Configuring Fiddler to use company network's proxy?

Posted by marriedgeek on Stack Overflow See other posts from Stack Overflow or by marriedgeek
Published on 2010-06-07T12:33:11Z Indexed on 2010/06/09 14:22 UTC
Read the original article Hit count: 256

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-Authorization"] = "YOURCREDENTIALS"; to the customized rules where I used my USERNAME:PASSWORD in base64. Still no luck.

Any ideas? Thanks.

© Stack Overflow or respective owner

Related posts about proxy

Related posts about authorization