Skip to content
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

Webdav BasicAuth to URL where is the response coming #2974

Closed
cyberduck opened this issue Feb 11, 2009 · 2 comments
Closed

Webdav BasicAuth to URL where is the response coming #2974

cyberduck opened this issue Feb 11, 2009 · 2 comments
Assignees
Labels
enhancement fixed webdav WebDAV Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

69e9cbd created the issue

I make an webdav connetion to http://server1.ex.ch/webdav
this makes an redirect to http://server2.ex.ch/basic_auth which requires basic_auth and sets then a cookie...

But Cyberducks sends the AuthData to http://server1.ex.ch/webdav instead of http://server2.ex.ch/basic_aut. Is it possible to give me a hint, where tto finde the poitn at the sourcecode?

Betschte Grüess,
Halm

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The WebDAV implementation is using commons-http-client 3.1. You might want to see if you can replicate the issue there.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Credentials are now provided with the Authenticate in response to a WWW-Authenticate challenge even if there was a redirect to a different host. Fixed in 0492176.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement fixed webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants