<div dir="ltr">Hello,<div><br></div><div>In PHP it is very easy:</div><div><br></div><div><div><?php</div><div><span class="" style="white-space:pre">     </span>$headers = apache_request_headers();</div><div><span class="" style="white-space:pre">       </span>echo $headers['Authorization'];</div>

<div>?></div><div><br></div><div>But I tried in CGI, and the "Authorization" header isn't returned in any property, even in environment variables.</div><div><br></div><div>Can I get this header using CGI and/or FastCGI?<br>

</div><div><br></div><div>Thank you!</div><div><br></div>-- <br>Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a>
</div></div>