Re: REST API>>Occasional HTTP/1.1 403 error
Paul Timms
2-14-24
I believe this is occurring when the access token has expired, and there is a slight delay in renewing it. My software reported the expired token at 16:05:07, and reported the successful renewal at 16:05:09. The errors in the log are at 16:05:08. Any tips on ensuring the access token has been refreshed before attempting to fetch the data?
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Latest Posts
Andis Blicāns, Grasko
Thank You for answer. In this case I used SSLNoCertificateValidation = true; SendWebRequest SSLNoCertificateValidation = false; ...
23:01 24 Mar 2026
Gatis Jansons
Hi, Paul. Sounds like you're talking about REST API. And that your are overwriting data with older values if B managed to read record before A finished to update it. Classic conflict resolution ...
14:53 19 Mar 2026