Fiddler is installed and run as a service in "user1" account, Now how do I make web traffic flow through Fiddler when logged in from a different account?
Thank you.
3 Answers, 1 is accepted
0
Eric Lawrence
Telerik team
answered on 17 Aug 2015, 06:35 PM
To capture Fiddler from any user account, simply set that user account's proxy settings to 127.0.0.1 on port 8888 using Internet Explorer's Tools > Internet Options > Connections > LAN Settings screen.
Regards,
Eric Lawrence
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
I have set the proxy settings to 127.0.0.1 on port 8888, but chrome gives me this message
net::ERR_CERT_INVALID
any solution?
0
Eric Lawrence
Telerik team
answered on 18 Aug 2015, 06:40 PM
You haven't mentioned which operating system you're using. To get other user-accounts to trust the Fiddler root certificate, it must be installed in the machine certificate store, not the user store. By default, Fiddler will prompt you to do this on Windows 8 and later.
5.When prompted This snap-in will always manage certificates for: choose Computer Account
6.Click Local Computer, then Finish, then OK.
7.Open the Certificates (Local Computer) node.
8.Right-click the Trusted Root Certificate Authorities folder and choose All Tasks > Import.
9.Choose the file you exported in step #1 and import it.
Regards,
Eric Lawrence
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items