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');
This post is marked as solved. If you think the information contained on this thread must be part of the official documentation, please contribute submitting a pull request to its repository.
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');