Click here to Skip to main content
15,879,490 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
1. How to test a HTTP POST web API from browser? If not, what are the possible ways to test HTTP POST API individually like 'GET' API's.

What I have tried:

1.Tried in Chrome browser:
"Message: The requested resource does not support http method:GET"
2.Tried to test in IBM API management, but it didn't worked.
3.API is working fine in the application, but unable to test it individually.
Posted
Updated 11-Nov-16 3:07am

Use a Chrome plug-in like "Postman". Google "postman rest client" or "chrome postman plug-in".
 
Share this answer
 
v2
Comments
vamsi.welcome 15-Jul-17 0:20am    
ThankYou:)
This isn't something that browsers support natively, but there are various tools which allow you to make POST requests to your API.

For example: Advanced REST client - Chrome Web Store[^]
 
Share this answer
 
Comments
vamsi.welcome 15-Jul-17 0:20am    
Thankyou:)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900