Well, my problem is that I need these headers (I eat them from my module's header filter). I use subrequests for API calls. Does this mean that subrequests are the wrong way to do so? Do I need to use upstreams instead?
On Mon, Mar 16, 2015 at 3:39 PM, Maxim Dounin <[email protected]> wrote: > 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/ > > _______________________________________________ > nginx-devel mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx-devel >
_______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
