Anemone95 / anemone95.github.io

http://anemone.top/
2 stars 1 forks source link

HTTP的访问控制与跨域资源共享(CORS) | Anemone's Blog #60

Open Anemone95 opened 5 years ago

Anemone95 commented 5 years ago

https://anemone.top/HTTP-%E8%B7%A8%E5%9F%9F%E8%B5%84%E6%BA%90%E5%85%B1%E4%BA%ABCORS%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/

本文首次发表在Freebuf:https://www.freebuf.com/articles/web/195925.html 同源策略准确的说,同源策略是指,浏览器内部在发起如下请求时,该来源必须是当前同源的HTTP资源: 以跨站点的方式调用XMLHttpRequest或者Fetch API。 Web字体(用于CSS中@ font-face的跨域字体使用) WebGL textures 使用d