• code: jwt_auth_bad_auth_header, message: Authorization header malformed., data: {status: 403}

    server: nginx/1.14.0 (Ubuntu)

    What is equivalent of

    SetEnvIf Authorization “(.*)” HTTP_AUTHORIZATION=$1

    on ngnix and where to put it. please guide me.

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author Bagus

    (@contactjavas)

    Hi @moga29 , have you solved the issue?

    Looking at the error code, I think it’s not about the HTTP_AUTHORIZATION header. Seems like it’s related to JWT_AUTH_SECRET_KEY value in wp-config.php file.

    Regards,
    Bagus

Viewing 1 replies (of 1 total)
  • The topic ‘Authorization header malformed on Nginx’ is closed to new replies.