April 28, 2020
Estimated Post Reading Time ~

Test the REST services using Chrome

This post will explain you how to test the REST services using chrome.

Steps to test the REST services using ChromeInstall the REST Console Extension to Chrome.

Open REST Console

Here, i am invoking the REST enabled salesforce login service with OAuth.

Provide the Request URI, Content-Type and Language.
Select the Content-Type of Content Headers as application/x-www-form-urlencoded and provide the request payload.We can also add Authorization, Attachment and Headers to the request.


Click on GET/POST/PUT/DELETE button based on the request method, this will displays the response in the response section.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.