-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unable to login #9
Comments
I also tried restarting the service, did not help |
Hi, |
Thanks! Here is what I found from
I checked |
OK, I tried adding this token directly in the nginx config like this: proxy_set_header Authorization "Basic xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; and it works, so it comes from the nginx config as far as I can say. I'll try and find why the header is not passed correctly. proxy_set_header Authorization $http_authorization; does not work though. |
The POST request contains the client name as data and basic auth headers
|
any error in firefox console ? |
No, nothing in Firefox. |
Got it, I'll open a MR. |
Fix authorization header not passed to proxy (fix #9)
Hi,
this is similar to #5 but my config files already have
127.0.0.1
instead of localhost set.I get a 401 response to the POST request. How can I debug that?
Thanks in advance for your help, and for your work on this package!
The text was updated successfully, but these errors were encountered: