Is there any software, which we can use the test the API/Web-service methods? What I am looking for something like this.
- I enter the url
- Enter POST/GET parameters
and in return I get the response.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
OK I got what I was looking for.
http://hurl.it/
Hurl makes HTTP requests.
Enter a URL, set some headers, view the response, then share it with others.
Perfect for demo and debugging APIs.