iis arr - IIS ARR remove http request header? -


we have vendor web service behind iis arr setup, reason won't work relic http request headers, unfrotunate since have no insight code, thinking if way remove http request header iis arr, please help! thanks

i seem have same issue have. after trying couple of things in iis , doing debugging in fiddler (using reverse proxy between iis , application), ended trying use fiddler alter headers sent application. here use : http://docs.telerik.com/fiddler/configure-fiddler/tasks/usefiddlerasreverseproxy , http://docs.telerik.com/fiddler/knowledgebase/fiddlerscript/modifyrequestorresponse.

here code have added onbeforerequest method

osession.orequest.headers.remove("authorization"); 

it did work me , seems best way go now.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -