RestClient sample
RESTClient addon 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.