Re: rewrite ssl proxy retain query string parms

2020-08-13 Thread Maxim Dounin
Hello! On Thu, Aug 13, 2020 at 06:57:59AM -0400, Mark Lybarger wrote: > I'm using rewrite to change some tokens in the url path, and am using ssl > proxy to send traffic to a downstream server. > > if i post to https://myhost/start/foo/213/hello, the request gets to > https://client-service-host

rewrite ssl proxy retain query string parms

2020-08-13 Thread Mark Lybarger
I'm using rewrite to change some tokens in the url path, and am using ssl proxy to send traffic to a downstream server. if i post to https://myhost/start/foo/213/hello, the request gets to https://client-service-host/client/service/hello/213 using the needed certificate. great. my question is, ho