Authorization
Reqable provides a simple authorization and supports 3 modes: Basic Auth, Bearer Token and Api Key.
Basic Auth
For details and specifications of Basic Auth, please refer to the RFC document, without much explanation. The usage is very simple, just select Basic Auth in the authorization and fill in the username and password.
Reqable will automatically generate Authorization in the built-in request header.
Bearer Token
For details and specifications of Bearer Token, please refer to the RFC document, without much explanation. The usage is very simple, just select Bearer Token in the authorization and fill in the token.
Reqable will automatically generate Authorization in the built-in request header.
Api Key
Api Key supports passing in request headers and query parameters.
Passed in request headers:
passed in rquery parameters: