Hello<div><br></div><div>just a quick question </div><div><br></div><div>in lighttpd i was able to pass the username and pass from the url to php backend</div><div><br></div><div>but nothing happens in nginx?</div><div><br>
</div><div>let me explain</div><div><br></div><div><br></div><div>lets say you have a URL like this</div><div><br></div><div><a href="http://userX:passY@example.com/bleh.php">http://userX:passY@example.com/bleh.php</a></div>
<div><br></div><div><br></div><div>i expect my php backend to have user and pass entries in the $_SERVER variable as happens with lighttpd</div><div><br></div><div>am i missing something with nginx? is it even possible?</div>
<div><br></div><div><br></div><div>Regards</div>