Basic Auth
Protects a route by using an authorization header
This is not necessarily a very safe method as anyone can try to brute force the username and password.
By enabling this, routes can only be accessed if the user (downstream) provides the user & password combination through the Authorization
header.
In many cases, your browser will prompt for this information.
Options
Plugin options are always passed via the config
key.
Name | Description |
---|---|
| username for the basic authentication |
| password for the basic authentication |
Usage
proksi.hcl
Last updated