Useful Fiddler plugin for bot development

Chris22

Regular Member
Joined
Sep 29, 2010
Messages
400
Reaction score
1,069
I've noticed a few posts where people are struggling to get HttpWebRequest/Response working correctly in C#/VB.NET.

This fiddler plugin will convert any of the requests logged in Fiddler to C#/VB.NET code.

Code:
http://www.chadsowald.com/software/fiddler-extension-request-to-code

The code output needs some refactoring, and you need to add your own CookieContainer class to it, but it should be helpful for beginners.
 
Back
Top