“error”: “unsupported_grant_type”,
-
Hi,
I’m using Postman to try and connect and use wp api.
I’ve followed all of the instructions but continue to get the same error:“error”: “unsupported_grant_type”,
“error_description”: “Grant type \”password\” not supported”I’m posting in the body as application/x-www-form-urlencoded:
grant_type:password
client_id:xxxxxxxxxxx
client_secret:xxxxxxxxxxx
//username:johnmcg
//password:xxxxxxxxxxxI’ve reset Basic Authorization to no authorisation.
I’ve changed the site to use Apache and not CGI or Fast CGI
and I’ve added
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
in the .htaccess
and still the same error.This is the free version.
I need to get this sorted because I want to use the WordPress api to update a production site from Filemaker.Thanks!
John
The topic ‘“error”: “unsupported_grant_type”,’ is closed to new replies.