Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tool to post json to a url

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.

like image 453
Gautam Jain Avatar asked Mar 03 '11 11:03

Gautam Jain


2 Answers

There's an advanced REST Client plugin you can get for Google Chrome which I've used successfully. I find it a bit more straight forward and less confusing than Fiddler2.

Another really popular REST client that I've seen a lot of people use is Postman.

like image 104
Gareth Oates Avatar answered Nov 24 '22 22:11

Gareth Oates


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.

like image 34
chris Avatar answered Nov 24 '22 21:11

chris