Authorization header not found 403 ERROR
-
Hi.
I’m trying to sent this /wp-json/jwt-auth/v1/token on postman.
I have set config:
.htaccess is set
wp-config.php is setParams passing on postman username & password in ‘Body’ -> ‘Form Data’
I’m getting this error:
{
“success”: false,
“statusCode”: 403,
“code”: “jwt_auth_no_auth_header”,
“message”: “Authorization header not found.”,
“data”: []
}Can you help to fix it, please.
Thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Authorization header not found 403 ERROR’ is closed to new replies.