Browser plugins like REST client or Postman is blocked in my organisation.Is there a standalone application which is an alternative for testing REST API?
Asked
Active
Viewed 181 times
0
-
[SoapUI](https://www.soapui.org/)? – Roman Vottner Apr 21 '16 at 08:26
-
Using Jmeter solved my issue. – JavaBee May 04 '16 at 10:19
1 Answers
0
Use this console for REST API testing:

error_handler
- 1,191
- 11
- 19
-
-
What do you mean right "response". If you are getting incorrect response, then possibly check the REST API. – error_handler Apr 21 '16 at 06:41
-
If this answer solves your problem, please accept the answer and upvote it, – error_handler Apr 21 '16 at 15:00
-
No this doesn't solve my problem. I am not getting correct response with this. There is nothing wrong with the REST API i checked, as it gave the correct response when tested in the browser. – JavaBee Apr 22 '16 at 11:17