• Hi,

    I have set up a vendor account for testing, and when I try to login in the Store Manager app for android I get the “Website Auth Setup Incorrect – Contact Admin – HTTP Authorization not enabled in server” error.

    I’ve followed the WCFM App documentation. I have Bluehost as my hosting provider. This is my modified .htaccess file (in the public_html directory):

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    RewriteCond %{HTTP:Authorization} ^(.*)
    RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
    SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
    </IfModule>

    When I login with the Administrator account I get the following message “Please login as vendor”

    I’ve validated the API token with Postman.

Viewing 1 replies (of 1 total)
  • Thread Starter dlmx

    (@dlmx)

    Hi,

    I managed to solve the above problem. I created a site from scratch and followed the steps in documentation and the Store Manager app worked. I guess some other installed plugins (Wordfence maybe?) were causing compatibility problems.

    I’ll check if any original plugin causes the HTTP error again when I reactive them.

    Thanks for your work WC Lovers!

    P.D. I noticed the WCFM – Membership plugin closure of today, please kindly inform users in your website/ WP plugins site when your team would take a major action like this one.

Viewing 1 replies (of 1 total)
  • The topic ‘Store Manager App – HTTP Authorization not enabled in server’ is closed to new replies.