What do you wish Fiddler could do that it can't... or that you can't figure out how to do?
fiddler
Solution
I'd like it to be able to format and pretty-print XML and JSON request/response bodies, e.g. so a raw:
<SomeElement><Nested><MoreNested>X</SomeElement></Nested></MoreNested>
Could be displayed as:
<SomeElement>
<Nested>
<MoreNested>X</SomeElement>
</Nested>
</MoreNested>
Would be really useful when looking at our API calls.
I know it can do the XML tree view, but I'm more comfortable looking at raw markup so I can see exactly what's going on. I'd just like to look at the raw markup in a nicely formatted and coloured way!
Problem
In this question's comment, EricLaw (the author of Fiddler) wrote: Fiddler has lots of interesting features, but not all of them are super well-documented. A related question would be: "What do you wish Fiddler could do that it can't... or that you can't figure out how to do?" – EricLaw -MSFT- Nov 2 at 2:54 Following the lead - what do you want from Fiddler that it doesn't have now (or you don't know whether it has)?