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?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Simple REST Client. No frills, gets the job done.
|
|||||||||||
|
|
You can try POSTMAN. It works good for making HTTP requests and debugging and I like its UI. |
|||
|
|
|
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. |
|||
|
|
