<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'>one of my apps, specifically those on IOS forwarded a content-type header..<div>this is causing my backend server to mess up its security signature check....</div><div><br></div><div>i need to be able to ignore content-type headers...</div><div><br></div><div>assigning the header as empty "" does not work, (proxy_set_header Accept-Encoding "";)</div><div>and also tried mapping the content-type and using the variable... though that did not work either as backend is very strict in that regard...</div><div><br></div><div><br></div><div>i need to be able to ignore it completely...</div><div><br></div><div>i tried adding proxy_hide_header Content-Type;</div><div><br></div><div><br></div><div>and tested,it's still sending content-type while directing traffic to backend..</div><div><br></div><div><br></div><div>any advice?</div><div><br></div><div><br></div>                                         </div></body>
</html>