This is a migrated thread and some comments may be shown as answers.

Not capturing WebRequest calls

1 Answer 275 Views
Windows
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 03 Jun 2016, 11:15 PM

The server we use requires <proxy usesystemdefault="False" proxyaddress="http://10.50.131.50:8080"/> for the WebRequest to reach the 3rd party site I'm trying to get files pulled down from.  On that server Fiddler2 will capture traffic if I use a browser to pull the files, but if I use my application it will not.  I am a Fiddler2 novice, BTW, so I've just tried what looked relevant which is in Tools/Fiddler Options I put 8080 for the Fiddler listens on port on the Connections tab and I also tried on the Gateway tab setting it to Manual proxy https://10.50.131.50:8080 like the proxy setting in my app.config file.  Neither of those do it.  I found that if I remove the proxy setting from my app.config file then Fiddler2 sees the calls my application makes, however, as stated above, the calls do not reach the website so that doesn't help much.

Being a newbie I have reached the limit of things I can see to try ... can anybody help?

1 Answer, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 09 Jun 2016, 05:36 PM
Hello David,

Fiddler itself is a proxy so in this scenario you have to chain proxies. I.e. your app -> Fiddler -> 10.50.131.50:8080  . From your post I take it that your app is configured to use 10.50.131.50:8080 directly as a proxy effectively bypassing Fiddler. You should point your app proxy setting to Fiddler and then tell Fiddler to use 10.50.131.50:8080 as a proxy.

Regards,
Tsviatko Yovtchev
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
Tags
Windows
Asked by
David
Top achievements
Rank 1
Answers by
Tsviatko Yovtchev
Telerik team
Share this question
or