Web-Network-List
DOM Network List | Web 网络通信资料索引
HTTP Client
XMLHTTPRequest
-
2016-前端必备 HTTP 技能之 XMLHttpRequest 对象详解: XMLHttpRequest(XHR)是一个 API 对象,其中的方法可以用来在浏览器和服务器端传输数据。这个对象是浏览器的 js 环境提供的。
-
你真的会使用 XMLHttpRequest 吗?: 这篇文章就是参考 W3C 的 XMLHttpRequest 标准和结合一些实践验证总结而来的。
fetch
- Fetch 进阶指南: Fetch 是 web 异步通信的未来. 从 chrome42, Firefox39, Opera29, EdgeHTML14(并非 Edge 版本)起, fetch 就已经被支持了. 其中 chrome42~45 版本, fetch 对中文支持有问题, 建议从 chrome46 起使用 fetch.
Cross Origin
Same Origin Policy
CORS
-
2017-CORS — a guided tour: Cross-origin resource sharing
-
2018-Do You Really Know CORS?: In this article, we will dive deeper into this topic, trying to understand what problem CORS really solves. However, we will start with the Same-Origin Policy (SOP) concept.