Hello! On Wed, Sep 27, 2017 at 06:57:00AM -0400, garyc wrote:
> Looks like support for 100 Continue: > > https://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html#sec8.2.3 > > may have covered our scenario, I found an old ticket on this > > https://trac.nginx.org/nginx/ticket/493#no1 Support for 100-continue is present in nginx. And it is expected to work fine with auth_request. (The particular ticket is about not processing 100-continue but delegating it to a backend server, this is not something nginx supports.) The problem is that browsers don't use 100-continue, and hence it won't help in your case. -- Maxim Dounin http://nginx.org/ _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
