Re: Inconsistent behavior with Nginx's auth_request_set and more_set_input_headers

2014-06-30 Thread Maxim Dounin
Hello! On Sat, Jun 28, 2014 at 05:35:27PM +, ad...@stichtingbcco.com wrote: > Hi, > > I'm trying to use the auth_request module in conjunction with the > more_set_input_headers to automatically login my users into web apps. > > Basically, it works like this: > > 1. Users have some session

Inconsistent behavior with Nginx's auth_request_set and more_set_input_headers

2014-06-28 Thread admin
Hi, I'm trying to use the auth_request module in conjunction with the more_set_input_headers to automatically login my users into web apps. Basically, it works like this: 1. Users have some session cookie that authenticates them. 2. I have a PHP script (auth.php) that validates the cookie and