You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've all tried what mention in the issue #1
But I still have the error "Authorization header malformed." status 403
The Apache is on a server that I cannot restart, should Apache restart to function?
In my .htaccess I've to block , one for WPSuperCache and one for Wordpress...
I've tried to put the two next lines in the two block without success, just after "Rewrite Base /":
RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
RewriteRule ^index.php$ - [L]
Finally the line "SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1" should be place before the or after or it neverminds?
Thank you very much for your answer.
Chantal
The text was updated successfully, but these errors were encountered:
Hello!
I've all tried what mention in the issue #1
But I still have the error "Authorization header malformed." status 403
The Apache is on a server that I cannot restart, should Apache restart to function?
In my .htaccess I've to block , one for WPSuperCache and one for Wordpress...
I've tried to put the two next lines in the two block without success, just after "Rewrite Base /":
RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
RewriteRule ^index.php$ - [L]
Finally the line "SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1" should be place before the or after or it neverminds?
Thank you very much for your answer.
Chantal
The text was updated successfully, but these errors were encountered: