Re: Ignore content-type while forwarding to backend proxy

2014-12-24 Thread Francis Daly
On Wed, Dec 24, 2014 at 08:53:13AM +0200, Roland RoLaNd wrote: Hi there, > i tried doing that before though it did not work so i thought there could be > another solution..in any case tried that again, set it right before the > proxypass condition and it's still passing the type through...may i

RE: Ignore content-type while forwarding to backend proxy

2014-12-23 Thread Roland RoLaNd
rding that ? > Date: Tue, 23 Dec 2014 18:42:50 +0300 > From: mdou...@mdounin.ru > To: nginx@nginx.org > Subject: Re: Ignore content-type while forwarding to backend proxy > > Hello! > > On Tue, Dec 23, 2014 at 05:10:09PM +0200, Roland RoLaNd wrote: > > > one

Re: Ignore content-type while forwarding to backend proxy

2014-12-23 Thread Maxim Dounin
Hello! On Tue, Dec 23, 2014 at 05:10:09PM +0200, Roland RoLaNd wrote: > one of my apps, specifically those on IOS forwarded a > content-type header..this is causing my backend server to mess > up its security signature check > i need to be able to ignore content-type headers... > assigning

Ignore content-type while forwarding to backend proxy

2014-12-23 Thread Roland RoLaNd
one of my apps, specifically those on IOS forwarded a content-type header..this is causing my backend server to mess up its security signature check i need to be able to ignore content-type headers... assigning the header as empty "" does not work, (proxy_set_header Accept-Encoding "";)and al