[iOS] WebDav timeouts
It seems that the WebDav authentication in Zotero ios/ipados times out after a certain interval, and then sync fails.
have to do a 'verify server' before it starts working again
you can see the GET fails twice at 09:43:13 and :14 with 401 Unauthorized
then i do a verify server @09:43:29, and a successful GET at 09:43:45
Consider:
if Zotero gets a 401, it should re-authenticate.
a 403 Forbidden means the credentials are invalid
https://s3.amazonaws.com/zotero.org/images/forums/u14209636/4argtukeu0bi8th6799y.png
have to do a 'verify server' before it starts working again
you can see the GET fails twice at 09:43:13 and :14 with 401 Unauthorized
then i do a verify server @09:43:29, and a successful GET at 09:43:45
Consider:
if Zotero gets a 401, it should re-authenticate.
a 403 Forbidden means the credentials are invalid
https://s3.amazonaws.com/zotero.org/images/forums/u14209636/4argtukeu0bi8th6799y.png
What happened after that?
as you can see the first 3 lines in the original post don't have 'rbp' as the username, so they are unauthorized, but the 'verify server' uses auth (09:43:29). then there's another unauthorized (09:43:45) and one that works (also 09:43:45)
https://s3.amazonaws.com/zotero.org/images/forums/u14209636/2btpoewg8ckn31jyaj0g.png
https://www.zotero.org/support/beta_builds#zotero_for_ios_beta
But the first question is just whether you're using Digest authentication.