Is there a quick tool (http client) that I can use to post different data to a Url for testing purpose. Like posting json object, modifying the headers (POST, PUT) for testing RESTful web service.

link|improve this question

66% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Although I haven't used it in that way myself I'm pretty sure http://www.fiddler2.com/fiddler2/ could do that for you with it's Request Builder.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.