0x00 The previous article was translated. Some modifications and additions were made in the translation process. If you are interested, you can read the original...
The HTTP cache protocol is used to control the cache between the client browser and the server. Setting the CACHE protocol properly can effectively improve...
An interceptor is literally a tool for interception. When you think of an interceptor on the Internet, you should immediately think of a firewall on...
"This is the 29th day of my participation in the First Challenge 2022. For details: First Challenge 2022." Encoding Type Three formats are commonly used:...
As we all know, the establishment of the Internet has broken down geographical boundaries, allowing us to know the world from home through communication between...
Looked at the lunar New Year holiday websocket, make a note, the original links: https://oolap.com/websocket has long been a websocket, often used in "server push"...
Application layer (HTTP,TELNET), transport layer (TCP), network layer (IP), and network interface layer (ARP). SSL exists as the security layer between the traditional application layer...
This article is mainly about the computer network related content, need to have a certain computer network basic knowledge to learn more knowledge. Of course,...
The reason why HTTPS is used is that HTTP is not secure. Due to the plaintext characteristics of HTTP transmission, the whole transmission process is...
Part I: Protocol Layers and their service Types OSI seven-layer model TCP/IP reference model TCP/IP five-layer reference model OSI model and TCP/IP model Similarities and...
In application development, network request is almost an essential function. This paper will introduce how to implement network request encapsulation step by step through secondary...
TCP/IP's original designers came up with the concept of "layering", which divides complex network communication into multiple layers and assigns different responsibilities to each layer....
The third part of this article series for HTTP and more articles reference: https://juejin.im/post/6844904129576304653. HTTP is really both a simple and complex thing, and each...
A brief description of cache-related header fields in THE HTTP protocol. This article is more like a book note and has been condensed. Corresponding to...
Common HTTP Cache header fields are: -Expires: indicates the response header, which indicates the expiration time of the resource. - Cache-control: indicates the request/response header,...
HTTP request and response packets must contain the HTTP header, which provides information for the client and server to process the request and response respectively....
We use HTTP caching, which reduces client wait time and network traffic by reusing cached resources, as well as alleviating pressure on the server. Can...