-
-
Notifications
You must be signed in to change notification settings - Fork 339
Closed
Description
5792be4 created the issue
When I try to login with WebDAV, if I receive a 401 Unauthorized response from the server, I cannot login afterwards. Usually, WebDAV tries an anonymous login first, which always triggers this error, but if I type username@domain and enter my password correct the first time, everything works fine. What happens is the following:
-
- I try to open a connection with my server.
-
- The server logs a
HEADrequest with username (anonymous, for example) and replies401.
- The server logs a
-
- I change the username and/or password.
-
- The server logs a
HEADrequest without username and replies401.
- The server logs a
-
- I can repeat with step 3, but only restarting Cyberduck gets me back to step 1.
So it seems that at subsequent requests, the webserver does not receive the credentials correctly.
The webserver is Apache 2.2.22 running on Debian. If you need more information, please let me know.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
webdavWebDAV Protocol ImplementationWebDAV Protocol Implementation