RESTClient sample

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

Login

  • 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.

Get roles

 

  • 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.

 

Table of contents [ Hide Show ]