Re: Nginx headers to be set at the time of request processing

2016-11-23 Thread CeeGeeDev
To be clear, this is for a custom http module we wrote. We want it to know about request headers that we set in the nginx.conf (for proxy_pass etc). But it doesn't seem like the custom module receives the modified request headers. Is there any way to both a) set a request header for proxy_pass but

Re: Nginx headers to be set at the time of request processing

2016-11-28 Thread CeeGeeDev
do not know what you mean by that question. > > What headers are you referring to, specifically? CeeGeeDev wrote: --- > To be clear, this is for a custom http module we wrote. We want it to > know about request headers that we set in t

Re: Nginx headers to be set at the time of request processing

2016-12-01 Thread CeeGeeDev
Francis Daly Wrote: --- > On Mon, Nov 28, 2016 at 06:56:29PM -0500, CeeGeeDev wrote: > > Hi there, > > Thanks for expanding on what you are doing. > > I confess that I am still not sure what it is; but that's ok -- I

how to proxy a proxy (subrequest with corporate proxy)

2017-03-30 Thread CeeGeeDev
Greetings, Our custom nginx module implements a number of subrequests (REST calls to other servers to obtain data for our business logic). Everything is working correctly, except one customer requires a corporate HTTP web proxy for the URL (running on a different server) that our subrequests will