• I had the plugin set up and working very well for almost 2 weeks. However, out of the blue. I started getting the error “Authorization header not found”. I’m actually not using the authorization header per your settings.

    Any idea why this would be happening?

    Here is the response I get to the auth endpoint:

    {
    success: false,
    statusCode: 403,
    code: “jwt_auth_no_auth_header”,
    message: “Authorization header not found.”,
    data: Array(0)
    }

  • The topic ‘Authorization Header Not Found’ is closed to new replies.