Last active
September 5, 2019 07:23
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment