What's the proper why to get request header information from a Micro?
I've tried this (but its not working for me)
<?php
$app = \Phalcon\Mvc\Micro();
echo $app->getHeader('Public-Id');
What's the proper why to get request header information from a Micro?
I've tried this (but its not working for me)
<?php
$app = \Phalcon\Mvc\Micro();
echo $app->getHeader('Public-Id');