-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add http basic auth #341
Comments
You should sent the request with headers, it should be passed to the upstream. |
@giautm Where exactly should this be added (what config file)? |
Is there anyone still using HTTP basic auth? |
There are images that are not accessible from the outside and can be accessed either from a specific network or under authorization. For example, https://user:password@google.com/example.png
Now in response to such a request we get an error:
Will basic auth support be added in the future? Parse login and password and put them in headers
The text was updated successfully, but these errors were encountered: