Telerik Forums
Fiddler Forum
1 answer
223 views
I am trying to set the user-agent so it defaults to a specific user-agent. example IE 9 (win 7) when fiddler2 starts?

I have to set it each time i start fiddler2 as it defaults for disabled.  (Rules -> User-Agents-> choose)

I didn't see a way to save this setting so it defaults for a specific user agent, and am looking for a way to "save" or set this option via command line when fiddler2 starts.

EricLaw
Top achievements
Rank 1
 answered on 31 Jan 2014
1 answer
441 views
I work with OData $batch payloads quite a bit.  These are multipart/mixed -- both request and response.

I normally use the RAW view to make sure the headers, verbs, and batch envelopes look right.

However, the payload of a multipart/mixed has additional "sessions" and bodies inside of it, and none of the inspectors can reason over those.

The XML and JSON inspectors are especially nice for examining the entity data in OData batch requests, especially as the payload XML and JSON typically doesn't have line breaks in it. 

My dream is proper support for multipart/mixed, such that the normal inspector chain can be re-used on each sub-item in the batch.

That way, when I look at a request/response pair that are batch, I can move through each batch part, and when I get to one with a JSON payload I can flip the JSON inspector on and get a nice structured view.

Have you thought about how to do this?  I submitted some code to the WCF Binary inspector a while back, but this "super inspector" seems like it has some substantial additional requirements.  Certainly, to make this excellent you'd need some additional UI magic to deal with presentation and context selection for each batch element; furthermore you might want to have an option so that changing the currently selected batch element in the request also changes to a corresponding (in sequence position) response inspector..

Thanks,
Matt
EricLaw
Top achievements
Rank 1
 answered on 31 Jan 2014
1 answer
543 views
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
EricLaw
Top achievements
Rank 1
 answered on 31 Jan 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?