A proxy server acts as an intermediary in the network and provides a channel to access other network resources. When a client initiates an access request, the request is first sent to the proxy server, which checks the content of the request. If the request is legal, the proxy server forwards it to the target server, and the server responds, returning the result to the client. The proxy server can reduce direct connections between the client and the server, protect the client's privacy, ...