You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am writing an AngularJS application that consumes mi REST Framework APIs.
I am using DOT as oAuth2 provider.
The problem is that the same request sent with cURL is successful, once it is sent with an XHR request I get:
{ "error": "unsupported_grant_type" }
I suspected an encoding problem, so I tried to change headers putting: