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

https://github.com/nicogis/httpclientcode

This Fiddler extension generates C# (.Net Framework 4.5) HttpClient code.
https://github.com/nicogis/httpclientcode

arcgis-server fiddler-extension rest

Last synced: 13 days ago
JSON representation

This Fiddler extension generates C# (.Net Framework 4.5) HttpClient code.

Awesome Lists containing this project

README

        

### Description
This Fiddler extension generates C# (.Net Framework 4.5) HttpClient code.

### Requirements
Fiddler 4.0

### Installation

- Copy HttpClientCode.dll from the bin folder to your %USERPROFILE%\Documents\Fiddler2\Scripts folder.
- You'll need to restart Fiddler if it's already running.

Select the request
Select Http Client Code from context menu
![Httpclientcode](images/httpclientcode.png)

Click Generate Code
Here you can see sample GET from rest service arcgis
![Httpclientcodeform](images/httpclientcodeformget.png)

If you need headers you can checked Add headers

![Httpclientcodeformheaders](images/httpclientcodeformheadersget.png)

Here you can see sample POST from rest service arcgis

![Httpclientcodeformpost](images/httpclientcodeformpost.png)

Click button Copy to Clipboard

Paste from Clipboard and test with LinqPad

![Httpclientcodelinqpad](images/httpclientcodelinqpad.png)