I have a WebDAV-Server that provides resources like e.g. Office-Documents.
Our small web client provides the possibility to open and edit this documents by using the office URI scheme (e.g. ms-word:ofe
).
For example when you click on a link ms-word:ofe|u|[domain]/[pathtofile]
Microsoft Word opens the requested document and the user is able to edit, save and so on. Works fine on Windows Desktop.
Now I tried to use the same link in Safari on an iPad to open the document in the installed word app. The browser requests to open this file in this application. The app starts but aborts opening the document by an error-message Cannot Connect to URL. Please use a valid URL.
Some weird facts: I tried to open a Document thats located on an other WebDAV-Server. The hyperlink ms-word:ofe|u|[DOMAIN]/Pers%C3%B6nlich/doc.docx
works.
But when I rename the folder the file is located to ms-word:ofe|u|[DOMAIN]/Pers%C3%B6nlich**e**/doc.docx
the app aborts with some other error-message.
Now I'm confused and need help with it ;)
Thanks for any hint!