Thanks for your feedback!
EDIT
This interceptor validates the access token code in the request based on the following parameters (which must be informed, as the image below shows).
name;
location (may be header, cookie, header or cookie, query param or any of these);
grant types available for the API (password, authorisation code, client credentials, implicit and JWT).
The property Response Content-Type
gives the option of data being returned in application/json
or text/plain
formats.
If your API returns the status code 401 Unauthorized when using this interceptor, the token may be invalid. See more details on this page of our FAQs.
|
Share your suggestions with us!
Click here and then [+ Submit idea]