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.