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

link|improve this question

60% accept rate
feedback

1 Answer

up vote 3 down vote accepted

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

enter image description here

link|improve this answer
Looks good, but how do i write a POST request? Can you link me to a tutorial or a manual or something? – qwerty Oct 10 '11 at 17:14
@qwerty It depends on the web application, doesn't it? Look for the webapp's API docs. – Jin Oct 10 '11 at 17:18
Does it really? How does the browser tell which webapp is running on the server before it submits the HTTP request? And what exactly do you mean by "webapp", i don't quite get what you're saying. – qwerty Oct 10 '11 at 17:27
@qwerty I'm not sure what you're asking either, but you can take a look at this. jmarshall.com/easy/http/#postmethod – Jin Oct 10 '11 at 17:48
Sorry for the confusion, but that link helped! Though i found a plugin for firefox that was even easier to use, it's called UrlParams. Thanks for the help! – qwerty Oct 10 '11 at 19:52
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

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