silvioprog
2014-04-18 20:44:18 UTC
Hello,
In PHP it is very easy:
<?php
$headers = apache_request_headers();
echo $headers['Authorization'];
?>
But I tried in CGI, and the "Authorization" header isn't returned in any
property, even in environment variables.
Can I get this header using CGI and/or FastCGI?
Thank you!
In PHP it is very easy:
<?php
$headers = apache_request_headers();
echo $headers['Authorization'];
?>
But I tried in CGI, and the "Authorization" header isn't returned in any
property, even in environment variables.
Can I get this header using CGI and/or FastCGI?
Thank you!
--
Silvio Clécio
My public projects - github.com/silvioprog
Silvio Clécio
My public projects - github.com/silvioprog