标签: javascript php ajax xmlhttprequest access-control
问题是:我需要使用AJAX从服务器响应中检索cookie,使用特定的注册API。
所以我正在努力解决这个问题,而且我已经发现了很多:
我添加了Access-Control-Allow-Credentials to the PHP file,我还在JS文件中添加了xmlHttp.withCredentials = true。
Access-Control-Allow-Credentials to the PHP file
xmlHttp.withCredentials = true
现在,当我向服务器发送请求时,我收到“500 Internal Server Error”。
我当然做错了什么。如果您知道,请提供帮助