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
WebDAV URLs seem to behave a little bit different from normal URLs, because they don't support fragments. This has been fixed (partially) in the UriHelper class, but the store implementation needs to call this class at appropriate times which is a bit awkward and error-prone.
A custom URL class would probaby be easier to use, but this requires breaking changes to the API.
The text was updated successfully, but these errors were encountered:
When there is only one client, no problem
but on windows server,there are have some rdp sessions.
each session can make a webdav client,
but the windows service "WebClient" can run only once.
so these client run error in rdp session
i think,use custom URL can resolve this problem.(maybe need HTTP BasicAuth feature)
like:https://www.ajaxbrowser.com/
it's powered by IT Hit WebDAV System
WebDAV URLs seem to behave a little bit different from normal URLs, because they don't support fragments. This has been fixed (partially) in the
UriHelper
class, but the store implementation needs to call this class at appropriate times which is a bit awkward and error-prone.A custom URL class would probaby be easier to use, but this requires breaking changes to the API.
The text was updated successfully, but these errors were encountered: