• Resolved demokrasi

    (@demokrasi)


    Hi,

    Whatever i do is the same error. (I use Postman) Please; Can you help with this?
    {
    “code”: “api_bearer_auth_not_logged_in”,
    “message”: “You are not logged in.”,
    “data”: {
    “status”: 401
    }
    }

    SS1
    SS1

    Best Regards

    • This topic was modified 4 years, 5 months ago by demokrasi.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author michielve

    (@michielve)

    Hi,

    For your second request, you have to add the access token to the header like this:

    Authorization: Bearer <your_access_token>

    If you did that, but it didn’t work, I think Apache doesn’t allow this, so you have to set the below config in your .htaccess file:

    RewriteCond %{HTTP:Authorization} ^(.*)
    # Don't know why, but some need the line below instead of the RewriteRule line
    # SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
    RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
    Thread Starter demokrasi

    (@demokrasi)

    Hi,

    Thank you for the answer. The result is negative. Whatever I tried did not happen.
    I am very sad.

    Best Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘You are not logged in Error’ is closed to new replies.