Q1选择题难度 3
1/12
计算机网络 · 高级 01
记忆强度
以下凭证请求会在什么条件下成功把响应交给 JavaScript?
fetch('https://api.example.com/me', { credentials: 'include' }); 页面来源是 https://shop.example.org。服务器返回 Access-Control-Allow-Origin: * 和 Access-Control-Allow-Credentials: true,且浏览器中已有符合发送条件的 Cookie。