
Please fix issue with WebDAV accounts not separated properly
Hello,
In the Textastic iOS app, I found that when I create multiple WebDAV connections with different account credentials, the app sometimes logs in with the wrong account.
Even though I entered different usernames and passwords, it connects using the credentials of a previously used account — possibly because the server or URL is the same. I’m not sure if it’s caused by identical URLs or just the same server.
Could you please fix this so that each WebDAV connection uses the specific account information entered, regardless of any shared URLs or servers? This issue makes it difficult to manage multiple accounts securely and correctly.
If needed, I can provide more detailed connection information or screenshots via email.
Thank you very much!
Customer support service by UserEcho
Unfortunately this is a limitation of the current WebDAV client implementation. It is based on NSURLConnection, which doesn't allow separate sessions with different credentials to the same WebDAV server.
Rewriting that implementation to use the more modern NSURLSession API (which would allow this) is on my todo list.
Thank you for looking into this issue.
I really hope it can be fixed soon.
Much appreciated!