Skip to content

Instantly share code, notes, and snippets.

@D4R4
Last active September 5, 2019 07:23
Show Gist options
  • Save D4R4/d83ca37b4e34437511d37edfc57be41c to your computer and use it in GitHub Desktop.
Save D4R4/d83ca37b4e34437511d37edfc57be41c to your computer and use it in GitHub Desktop.
Add this to prestashop htaccess to prevent Authentication prompt glitch and Unauthorized status in API interactions
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment