Chris22
Regular Member
- Sep 29, 2010
- 400
- 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.
The code output needs some refactoring, and you need to add your own CookieContainer class to it, but it should be helpful for beginners.
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.