I receive a 404 error when trying to access the API endpoint /api/users/me.
Authorization: I have confirmed that the Authorization headers are being sent correctly. When accessing the endpoint directly, the server returns the following response:
endpoint_not_found
Requested endpoint cannot be found.invalid_action
Endpoints:
Read more
Читать далее...
Authorization: I have confirmed that the Authorization headers are being sent correctly. When accessing the endpoint directly, the server returns the following response:
endpoint_not_found
Requested endpoint cannot be found.invalid_action
Endpoints:
- Authorization endpoint: mysite/oauth2/authorize
- Token endpoint: mysite/api/oauth2/token
- Token revocation endpoint:...
Read more
Читать далее...