-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
Login popup is shown when using digest auth despite creating client with proper user data #235
Comments
@Freir96 There's most likely something wrong with the authentication being made.. Any chance you can record the headers when making this request? It'd be important to see what's being sent by the client and what's being received. Just make sure to strip/obfuscate any auth hashes or passwords. |
@perry-mitchell Those are the headers after I refused to fill in the login data on the popup window.
Response:
I should probably also mention that I am using proxy to avoid the cors error. |
If you're still working around this error, can you please include your code for review? Obviously after having removed any credentials (please leave the structure the same, however). |
We are currently making some changes in the back-end, that could solve our problem. I will inform you once I learn anything new. |
I changed the digest option in my client to true, but instead of using the proper login and password I am asked to log in by a popup window showing up when I make any request using WebDAV. After using the same username and password as when I create the client it works fine, but can I disable this popup somehow?
The text was updated successfully, but these errors were encountered: