标签: jquery ajax
我正在尝试从jquery脚本向跨域服务器发出ajax请求调用。我确实在ajax调用中包含了选项crossDomain: true, xhrFields: { withCredentials: true }。服务器使用cors({origin: RegExp('\w*.mydomain.com'), credentials: true})进行设置。但是以某种方式,ajax请求不会在请求中设置会话cookie。有什么想法吗?
crossDomain: true, xhrFields: { withCredentials: true }
{origin: RegExp('\w*.mydomain.com'), credentials: true}
Cookie
Options Request
Request