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!

-- 
Silvio Clécio
My public projects - github.com/silvioprog
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to