Hi guys, I set up my ownCloud server on ubuntu, everything works well, I can visit my files via browser on my Mac.
But when I used this url _http://myserver.com:8080/owncloud/remote.php/webdav/_ to access the server via iOS App, it didn’t works.
I found the apache2 got this url _http://myserver.com:8080/owncloud/remote.php/webdav/status.php_ when the App try to connect, and the server returns 401 code.
When I type _http://myserver.com:8080/owncloud/remote.php/webdav/_ in the browser on my IPhone, it returns This is the WebDAV interface. It can only be accessed by WebDAV clients such as the ownCloud desktop sync client.
So, is that the iOS App had a bug of connecting to Server? If not, how can I resolve it ?