No headers filter for a subrequest

Maxim Dounin mdounin at mdounin.ru
Mon Mar 16 12:39:08 UTC 2015


Hello!

On Mon, Mar 16, 2015 at 03:32:30PM +0300, Marat Dakota wrote:

> I also might have:
> 
> /location3 {
>     proxy_pass https://www.blabla;
> }
> 
> In this case my subrequest has the response headers from www.blabla. This
> means that the statement that there are no headers in subrequest responses
> is not completely correct.

In either case headers returned to the client are ones returned by 
the main request.  Anything else, if present for some unrelated 
reasons, will be thrown away.

[...]

-- 
Maxim Dounin
http://nginx.org/



More information about the nginx-devel mailing list