Created
September 27, 2021 06:50
-
-
Save Sentinel-7/bafab8520432e962dc58533fbbe4ab7a to your computer and use it in GitHub Desktop.
Если не работает dadata
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
на вашем хостинге нужно было создать файл .htaccess | |
с | |
RewriteCond %{HTTP:Authorization} !^$ | |
RewriteRule ^(.*)$ $1?http_auth=%{HTTP:Authorization} [QSA] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment