Getting ‘403 Authorization header not found’ when request a token
-
Hi. I’m trying to get this plugin work on a blank WP.
.htaccess is set
wp-config.php is setWhen I’m trying to get a token from /wp-json/jwt-auth/v1/token
I’m getting this:
{
“success”: false,
“statusCode”: 403,
“code”: “jwt_auth_no_auth_header”,
“message”: “Authorization header not found.”,
“data”: []
}To make sure the settings work I switched to ‘JWT Authentication for WP REST API’ plugin with the same config (.htaccess, wp-config).
And it sent me a token without a problem.Can you take a look what’s going on? Thanks a lot.
The topic ‘Getting ‘403 Authorization header not found’ when request a token’ is closed to new replies.