postcat-basic-auth
v0.0.7
Published
Basic Auth is an HTTP-based security authentication mechanism that adds the Authorization field to the request header.
Downloads
68
Readme
Basic Auth authentication plugin
Basic Auth is an HTTP-based security authentication mechanism that adds the Authorization
field to the request header.
Client Request
GET /security/somethings HTTP/1.1
Authorization: Basic bmFtZTpwYXNzd29yZA==
How to use
After installing the plug-in, select authentication on the test page, and after filling in the data, the header Authorization
will be automatically added to the request information.