An open API service indexing awesome lists of open source software.

https://github.com/alialiayman/fiddlercodegenerator

Convert fiddler session to sharp code
https://github.com/alialiayman/fiddlercodegenerator

csharp fiddler restsharp

Last synced: 7 months ago
JSON representation

Convert fiddler session to sharp code

Awesome Lists containing this project

README

          

# FiddlerRestSharp
Convert fiddler request to RestSharp Code in C#
This Fiddler extension generates C# code to duplicate a web request as a RestSharp code. You simply drag one Fiddler sessions into the “RestSharp” tab to produce appropriate code that you can copy and paste into your program that reproduces those requests.

To Install:

Copy FiddlerRequestToRestSharp.dll into your Fiddler2\Scripts folder.
You’ll need to restart Fiddler if it’s already running.

You can watch this video for more information

![requesttorestsharp](https://user-images.githubusercontent.com/9623964/35362009-754e29f6-0118-11e8-8e51-5d8a69fea4de.PNG)