You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fiddler
We use a proxy pac file to route internet traffic to our gateway.
This is currently sitting within our intranet site on a website
protected by integrated windows authentication. We do not allow
anonymous access to our intranet.
This pac file works correctly in IE & firefox, but on loading Fiddler
all internet traffic is blocked. From viewing the logs this is a
result of the requests from fiddler for the pac file not carrying the
users credentials so the pac file is not being returned.
As a workaround I will set up a website specific for the proxy, but
wondered if there was any reason the credentials were not carried
forward when requesting the pac file as they are included when normal
intranet traffic is being analysed?
Many thanks
EricLaw
unread,
Nov 27, 2009, 2:12:12 PM11/27/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fiddler
Try this:
1> Close Fiddler
2> Create a new REG_SZ named AutoProxyLogon inside of HKCU\Software
\Microsoft\Fiddler2
3> Set the string value of the new entry to TRUE
4> Restart Fiddler
Does this work for you?
Iain Tait
unread,
Nov 30, 2009, 3:23:08 AM11/30/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fiddler
Genius - Many thanks
If only all issues had a solution that easy ;-)
cheers
> > Many thanks- Hide quoted text -
>
> - Show quoted text -