g.foley
g.foley

Reputation: 2172

Tool for capturing http request and generating c# code

I used a tool once which allowed me to capture http requests, Afterwards it allowed me too generate c# code so I could manually play with the requests and run them again. Does anyone know the name of that tool?

Upvotes: 4

Views: 2807

Answers (2)

Atulsh
Atulsh

Reputation: 31

For the free tools you may choose Fiddler, but if you need a licensed tool then it is Visual Studio Team System (VSTS) 2008/10.

Upvotes: 1

Doozer Blake
Doozer Blake

Reputation: 7797

Fiddler?

Upvotes: 6

Related Questions