MISSING_AUTHORIZATION_HEADER
-
Hi all,
On Test Configuration, after put the Token string and click on “Check Token” I have the error message “MISSING_AUTHORIZATION_HEADER”. Same with the “Test Configuration” button.
Here is the htaccess file:
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]RewriteCond %{HTTP:Authorization} ^(.) RewriteRule ^(.) – [E=HTTP_AUTHORIZATION:%1]
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘MISSING_AUTHORIZATION_HEADER’ is closed to new replies.