Forum Discussion
windowshopr
2 years agoFrequent Visitor
Paginated POST Request Fails with Anonymous Permission Error After Several Pages?
I've been working on this for a few hours now so forgive my callousness on this one, but I've tried every solution I could find from online and can't figure this one out. The code provided below is f...
lbendlin
Super User
2 years agoYour token is expiring.
windowshopr
2 years agoFrequent Visitor
How so? I'm requesting a new auth token with every call as part of the page request method.
EDIT
also as I mentioned, I made the exact same script as a Python equivalent and it runs fine, so no I don't believe the token expiring is the issue here.