requests to https://api.etsy.com/v3/public/oauth/token redirects inconsistently #1240
Unanswered
phillipdavidstearns
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Try my Python code here instead #1236 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is anyone else experiencing redirects when requesting access tokens or refresh tokens from the https://api.etsy.com/v3/public/oauth/token endpoint?
The snippet of my python code implementing the access token request is as follows
Sometimes these requests return the access token on the first try. Other times the request will get redirected to an etsy sanctions policy page one or twice before succeeding.
If anyone can see why this might be the case or explain what this mysterious redirect behavior could be telling me, I'd appreciate the help!
Beta Was this translation helpful? Give feedback.
All reactions