• Resolved amaurya575

    (@amaurya575)


    Guys, I am running Nginx on my machine and facing a little issue with converting the lines below to Nginx equivalent, can anyone help, please.
    ==========================================================================

    To enable this option you’ll need to edit your .htaccess file by adding the following:

    RewriteEngine on
    RewriteCond %{HTTP:Authorization} ^(.*)
    RewriteRule ^(.*) – [E=HTTP_AUTHORIZATION:%1]

    WPENGINE
    To enable this option you’ll need to edit your .htaccess file by adding the following (see this issue):

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Bagus

    (@contactjavas)

    Hi @amaurya575 , have you solved your issue?

    Thread Starter amaurya575

    (@amaurya575)

    @contactjavas – Thanks for replying. Yes, it’s resolved. There was no need to add any lines in Nginx conf. I reinstalled and it worked.

    And sorry for late replying.

    Plugin Author Bagus

    (@contactjavas)

    great! thanks for letting me know @amaurya575 🙂

    Hello, I am trying to connect my WordPress to Integro.

    It asks me the same thing, but when I add the code to the htaccess file running Nginx, nothing happens.

    This is what it says to do:

    If the connection is not established and an error is returned, you need to add the following code to your .htaccess file to allow the HTTP authorization header:
    <IfModule mod_setenvif>

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

    </IfModule>

    Please help, thank you.

    Plugin Author Bagus

    (@contactjavas)

    Hi @ibark123 , if you have still have the issue, you can post new topic or you can post new issue in GitHub.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Authorization header not found – NGINX’ is closed to new replies.