Gérer les cookies utilisés pour la publicité, tels que la personnalisation des annonces, le remarketing et l’analyse des performances des annonces.
2.4.3.18. Authorization via 401 header does not work
If the authorization on your site is not working, you need to add a file named .htaccess to the root of the site with the following content:
RewriteEngine on
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
If you already have this file, you only need to add the second line, and it must be at the end of this file.