Skip to content

RestClient sample

RESTClient add-on for Mozilla is a debugger for RESTful web services.

  • First, log in to get the authorization token used in the other calls.
  • The username and password are sent in the body.
  • The Content-Type is set to “application/json” in the header.
  • The Accept is set to “application/json” in the header.

  • The Authorization token is set in the header.
  • The Content-Type is set to “application/json” in the header.
  • The Accept is set to “application/json” in the header.