-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
403 when refreshing token for EU server #15
Comments
bewest
added a commit
that referenced
this issue
Dec 24, 2020
Per #15. Recent feedback indicates that people trying without this are receiving 403. Per the issue details, setting cookie at this point may allow things to work. Unit tests pass either way.
Maybe unrelated, but I get 403 for all requests from Heroku (EU). Heroku shell
Local shell
|
Cleaning up issues here, closing for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not 100% sure why this happens, but I fixed it by changing the headers:
So it's either the cookies or the token refresh service is banning the axios user agent.
The text was updated successfully, but these errors were encountered: