-
Notifications
You must be signed in to change notification settings - Fork 106
HTTP Auth keeps coder from working #11
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
Comments
Hi @robrohan, thanks for your message. I'll set up a basic auth on a server and recreate the issue :) |
I cannot reproduce the issue.. Can you maybe give me more details ? I'll be glad to reproduce this and as you said maybe to update the doc.. |
I'll try - the system we are using it on it quite complex and it could be something else along the line that is causing the problem. I realized this after I created the bug. When auth is on, it doesn't work and when it's off it works, but after digging in a bit more it could be something else causing the problem. I may have jumped the gun adding this issue. |
Thank you for your message. Do you have any idea how we can create a reproducible environment ? I'm curious :) |
I'll close this for now - please feel free to open it again (or create a new issue) if you encounter something else :) |
We have a dev server with basic http auth on it. For some reasons, http auth breaks the GoogleMapsProvider (I am assuming others too). We're using the CurlHttpAdapter. With http auth off, it works fine.
Anyway, it might be nice to note that in the documentation or, if possible, work even with http auth on the server.
The text was updated successfully, but these errors were encountered: