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
Originally posted by sageres1 July 23, 2024
Has anyone able to successfully authenticate to infinicloud? For some odd reason I am getting an error message, "The address to the WebDav service could not be found", yet if I were to try pasting from my browsers -- I get a login prompt. The service address is https://domi.teracloud.jp/dav/
Discussed in #150
Originally posted by sageres1 July 23, 2024
Has anyone able to successfully authenticate to infinicloud? For some odd reason I am getting an error message, "The address to the WebDav service could not be found", yet if I were to try pasting from my browsers -- I get a login prompt. The service address is https://domi.teracloud.jp/dav/
The problem is that the status.php page of the webDAV service requires authorisation, which is not defined in the app:
https://domi.teracloud.jp/dav/status.php
An attempt is currently being made to determine the server status here without login data in order to then carry out the login. If an error 401 is returned, an attempt must be made to authenticate on the status.php page.
https://github.com/2fast-team/2fast/blob/master/WebDAVClientPortable/Client.cs#L745
The text was updated successfully, but these errors were encountered: