Skip to content

Instantly share code, notes, and snippets.

@zorem
Created August 12, 2019 13:58
Show Gist options
  • Save zorem/854855bcd13629466dd3e4370bfd0607 to your computer and use it in GitHub Desktop.
Save zorem/854855bcd13629466dd3e4370bfd0607 to your computer and use it in GitHub Desktop.
This means in your store there HTTP request is blocked, this is because of server configuration. You'll need to edit your .htaccess file by adding the following code above # BEGIN WordPress :
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment