Configuring Fiddler to use company network's proxy?

后端 未结 6 1302
不知归路
不知归路 2020-12-05 02:42

I\'m trying to get Fiddler to work with my company\'s proxy. Every external request is returning 407.

So far I\'ve tried adding oSession.oRequest[\"Proxy-Authorizat

6条回答
  •  爱一瞬间的悲伤
    2020-12-05 03:09

    What version of Fiddler are you using?

    Fiddler will automatically chain to your organization's proxy, and all current versions of Fiddler support passing of authentication information between the client and the authenticating proxy.

    How are you generating the HTTP requests in question? What are the exact HTTP response headers?

提交回复
热议问题