-
When I try to access the APIs programmatically, I get 401 errors, but when I do it in the browser, they seem to work. What gives? |
Beta Was this translation helpful? Give feedback.
Answered by
mlissner
Dec 17, 2020
Replies: 1 comment
-
This seems to be caused by one of three things:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mlissner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This seems to be caused by one of three things:
The common thing is that you're just not authenticating properly. See #1497 for details about that.
You just don't have access. If that's the case, send us an email and we can discuss.
You're using http instead of https. This seems to cause 401 errors.