iOS app cannot connect to WebDAV server
Debug ID: D1507752050
The iOS app cannot connect to a WebDAV server via http at a specific port (not port 80). The server works fine on the Windows and macOS clients.
Thanks for your help in advance.
The iOS app cannot connect to a WebDAV server via http at a specific port (not port 80). The server works fine on the Windows and macOS clients.
Thanks for your help in advance.
-
dstillmanYou have to use HTTPS to connect to non-local WebDAV servers in the iOS app due to iOS security restrictions.
-
cuihantaoThanks a lot for the quick response!