Re: Add header to response before response is cached

2019-10-10 Thread Francis Daly
On Mon, Oct 07, 2019 at 12:07:29PM -0700, Roger Fischer wrote: Hi there, > is there a way in an NGINX HTTP Proxy to add a header to the response before > it is cached? > > I would like to capture some information from the request and add it to the > cached response, so that all clients getting

Add header to response before response is cached

2019-10-07 Thread Roger Fischer
Hello, is there a way in an NGINX HTTP Proxy to add a header to the response before it is cached? I would like to capture some information from the request and add it to the cached response, so that all clients getting the cached response receive that info. Thanks… Roger ___