You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to connect to a webdav server that requires user credentials. When I pass an empty string as the user and the connection times out, the values passed to the callback are undefined and null. Also, when I don't pass the user credentials at all (on the same server that requires login) the second argument (return value) passed to the callback is empty.
I'm not sure if there is a part of the webdav protocol that handles user auth, but it would be nice to have errors for both of these situations.
Here are the 'arguments' to the callback function when the user is passed as an empty string:
I'm trying to connect to a webdav server that requires user credentials. When I pass an empty string as the user and the connection times out, the values passed to the callback are undefined and null. Also, when I don't pass the user credentials at all (on the same server that requires login) the second argument (return value) passed to the callback is empty.
I'm not sure if there is a part of the webdav protocol that handles user auth, but it would be nice to have errors for both of these situations.
Here are the 'arguments' to the callback function when the user is passed as an empty string:
The text was updated successfully, but these errors were encountered: