Google Chrome Extension to submit POST/GET requests?

As a developer I sometimes need to be able to make GET/POST requests without having a form on the page. Are there any plug-ins that allow me to submit GET/POST requests to a specified page and then see the results?

5 Answers

Simple REST Client. No frills, gets the job done.

enter image description here

8

You can try POSTMAN.

It works good for making HTTP requests and debugging and I like its UI.

enter image description here

1

DHC - Dev HTTP Client

"REST & HTTP API developer's pocket knife. Easy to use and configurable. HATEOAS, Hypermedia, Requests History+Repository, and more."

I find it very useful and it has many features.DHC Snapshot

XHR Poster is great, lets you save some requests, and shows the response nicely formatted. The results panel is tabbed so you can see many results after doing new requests.

1

Spy plugin for Chrome

screenshot:

It shows you all requests on website, allows to edit and send GET,POST,PUT,PATCH requests. You can see a animated promotional page at the Chrome Web Store here.

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like