広告のパーソナライゼーション、リマーケティング、広告のパフォーマンス分析など、広告に使用されるクッキーを管理します。
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.