The difference between forward proxy and reverse proxy

The difference between the two is that the objects of the proxy are different:
the object of the forward proxy is the client. From the server's point of view, you cannot directly see who accepts your response, hiding the client. The object of the
reverse proxy is the server. From the perspective of the client, it does not know which server the actual request server is to receive, the hidden server

An article on Zhihu is well written in this regard https://www.zhihu.com/question/24723688
write picture description here
write picture description here

write picture description here
Summary: Forward proxy and reverse proxy are similar to an intermediary between client and server. If you want to hide the real client, use the forward proxy, and hide the real server use the reverse proxy.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324643647&siteId=291194637