0.0.7 • Published 1 year ago

postcat-basic-auth v0.0.7

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

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. npm.io

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago