Access-Control-Allow-Credentials:true不起作用

时间:2016-05-23 21:51:18

标签: apache .htaccess cors

我尝试在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

我该如何解决这个问题?如果有人有任何想法,请尽快帮助我。

2 个答案:

答案 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"