Skip to content

Instantly share code, notes, and snippets.

@Sentinel-7
Created September 27, 2021 06:50
Show Gist options
  • Save Sentinel-7/bafab8520432e962dc58533fbbe4ab7a to your computer and use it in GitHub Desktop.
Save Sentinel-7/bafab8520432e962dc58533fbbe4ab7a to your computer and use it in GitHub Desktop.
Если не работает dadata
на вашем хостинге нужно было создать файл .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