hi, i'm using fiddlercore 2.4.0.1 with ChainToUpstreamGateway
and RegisterAsSystemProxy
options to intercept traffict to an intranet website.
ie uses a proxy to all internet/intranet requests using "automatic configuration script" with a remote pac file on http protocol.
my problem is that by default the request to the intranet site works directly but with fiddler active the prompt to request username and password will appears.
with fiddler after my initial request the server's response is a 401 with this headers
| WWW-Authenticate: | Negotiate |
| Cache-control | no-cache |
| Connection | Keep-Alive |
| Proxy-Support | Session-Based-Authentication |
and then the popup will appear.
note:to autoauthenticate without fiddler ie will use the domain identity of the user currently logged to windows.
note 2: i try also to connect to an external site and all works so the problem seems related only to the specific intranet site, for example if i try to connect to google groups page (that it's on https) i do correctly the connect requests but in this case the first response is a 407 with this headers
| X-Squid-Error | ERR_CACHE_ACCESS_DENIED 0 |
| Proxy-Authenticate | NTLM |
| Proxy-Authenticate | Basic realm="..." |
| X-Cache | MISS from PROXY |
| X-Cache-Lookup | NONE from PROXY:8080 |
| Via | 1.0 PROXY (squid/3.0.STABLE19) |
| Proxy-Connection | close |
| Proxy-Support | Session-Based-Authentication |