0.0.7 • Published 2 years ago

postcat-basic-auth v0.0.7

Weekly downloads
-
License
-
Repository
github
Last release
2 years 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

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago