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
curl -u testclient:testpass http://localhost/token.php -d 'grant_type=client_credentials'
{
"error": "invalid_request",
"error_description": " grant type was not specified in the request"
}
I've done post and options method both
The text was updated successfully, but these errors were encountered:
curl -u testclient:testpass http://localhost/token.php -d 'grant_type=client_credentials'
{
"error": "invalid_request",
"error_description": " grant type was not specified in the request"
}
I've done post and options method both
The text was updated successfully, but these errors were encountered: