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
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
The text was updated successfully, but these errors were encountered:
@dkocher commented
The WebDAV implementation is using commons-http-client 3.1. You might want to see if you can replicate the issue there.
Sorry, something went wrong.
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.
Authenticate
WWW-Authenticate
dkocher
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: