我尝试在Access-Control-Allow-Credentials: true
文件中使用.htaccess
时收到500服务器错误。
服务器日志说:
Invalid command 'Access-Control-Allow-Credentials:', perhaps misspelled or defined by a module not included in the server configuration
我该如何解决这个问题?如果有人有任何想法,请尽快帮助我。
答案 0 :(得分:0)
尝试:
<IfModule mod_headers.c>
Header set Access-Control-Allow-Credentials true
</IfModule>
答案 1 :(得分:0)
下面的这一行适用于位于其中的vhost文件:
/etc/httpd/conf.d/vhosts/xxxx.conf
Header set Access-Control-Allow-Credentials "true"