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

C# WebClient, Fiddler not working

1 Answer 428 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
도한
Top achievements
Rank 1
도한 asked on 29 Jan 2014, 05:28 PM
I try to download xml file through C# WebClient Class, and I try to view xml content body through Fiddler

WebClient client = new WebClient();

string xml = client.DownloadString(url);

but, Fiddler do not capturing the url

How can I capture that url?

Ask for help.

Thanks

1 Answer, 1 is accepted

Sort by
Tags
Fiddler Classic
Asked by
도한
Top achievements
Rank 1
Answers by
EricLaw
Top achievements
Rank 1
Share this question
or