Store Manager App – HTTP Authorization not enabled in server
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Store Manager App – HTTP Authorization not enabled in server’ is closed to new replies.