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, and from the server's point of view, it cannot directly see who accepts its response, hiding the client. The object of the
reverse proxy is the server, from 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 the client and the 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=326526248&siteId=291194637