OAuth access token API Github error NotFound #69336
-
Select Topic AreaQuestion BodyI'm using github API for authroziation on my webapp, but when I call (POST) "https://github.com/login/oauth/access_token" I get Not Found 404 error. By the way, client_id, client_secret and code are not the problem, I checked. Any sugestions? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
@caiosamarone Did you get it to work? |
Beta Was this translation helpful? Give feedback.
-
It's got to be something simple, I just don't know what. I set Content-Type and Accept headers to "application/json", and pass client_id, client_secret, and code, but still get 404. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm still having this issue after adding the headers even, any other suggestions? |
Beta Was this translation helpful? Give feedback.
-
Thanks, |
Beta Was this translation helpful? Give feedback.
I did get it working after I added Content-Type and Accept headers, and also removed the authorized app every time I test.
Example: