-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Token/password protected http proxy #3
Comments
This would definitely be interesting to have. I have a huge list of feature request before this though, so don't expect this anytime soon. PRs are welcome though. |
I've started some work on this. Do y'all have any feelings on how it is implemented? Off the top of my head I'm thinking....
|
I had in mind to use HTTP's basic authentication protocol: https://en.wikipedia.org/wiki/Basic_access_authentication |
Aite I'll go with basic auth. Do we want to support multiple users / |
I would suggest multiple users directly in the config. Should be easy to implement as a map or list. |
Issue type:
Short description:
Please add an option to protect with password, token or whatever, so you can send requests with a second parameter for this basic auth(still better than nothing), so other people cant break you systems, by sending random http requests.
(I just want to make a reactor controller app for android, would be so much satisfaction to do, pls add)
The text was updated successfully, but these errors were encountered: