<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>thank you for the advice!<div><br></div><div>i tried doing that before though it did not work so i thought there could be another solution..</div><div>in any case tried that again, set it right before the proxypass condition and it's still passing the type through...</div><div>may i show u my config to see what might be overrirding that ? </div><div><br><div><div><br><div>> Date: Tue, 23 Dec 2014 18:42:50 +0300<br>> From: mdounin@mdounin.ru<br>> To: nginx@nginx.org<br>> Subject: Re: Ignore content-type while forwarding to backend proxy<br>> <br>> Hello!<br>> <br>> On Tue, Dec 23, 2014 at 05:10:09PM +0200, Roland RoLaNd wrote:<br>> <br>> > one of my apps, specifically those on IOS forwarded a <br>> > content-type header..this is causing my backend server to mess <br>> > up its security signature check....<br>> > i need to be able to ignore content-type headers...<br>> > assigning the header as empty "" does not work, <br>> > (proxy_set_header Accept-Encoding "";)and also tried mapping the <br>> > content-type and using the variable... though that did not work <br>> > either as backend is very strict in that regard...<br>> > <br>> > i need to be able to ignore it completely...<br>> > i tried adding proxy_hide_header Content-Type;<br>> > <br>> > and tested,it's still sending content-type while directing <br>> > traffic to backend..<br>> > <br>> > any advice?<br>> <br>> To control headers sent by nginx to backends you have to use the <br>> "proxy_set_header" directive.  If you want to hide Content-Type, <br>> use this:<br>> <br>>     proxy_set_header Content-Type "";<br>> <br>> More information can be found in the documentation here:<br>> <br>> http://nginx.org/r/proxy_set_header<br>> <br>> -- <br>> Maxim Dounin<br>> http://nginx.org/<br>> <br>> _______________________________________________<br>> nginx mailing list<br>> nginx@nginx.org<br>> http://mailman.nginx.org/mailman/listinfo/nginx<br></div></div></div></div>                                           </div></body>
</html>