Score:0

About Reverse proxy

br flag

I am new in server and networking

Few weeks ago I have try to make reverse proxy and there is working successfully but after I try out, there appear that server from my system is only read the IP of the reverse proxy

The example is I have reverse proxy in 123.123.123.123

When I open that IP, there is directly pointing to my site. In my site, there is appear that my visiting is come from 123.123.123.123 not my original IP

Is there are any method I miss in making this reverse proxy??

Score:3
br flag

This is completely normal. If your web service understands X-Forwarded-For headers or the proxy protocol these are two ways to retain the traffic origin through a reverse proxy.

CS Pangeran777 avatar
br flag
Hi which web service should understands x forwarded for headers or proxy protocol?? the reverse proxy server or backend??
Mikael H avatar
br flag
The reverse proxy must be capable of adding the header or using the protocol, and the backend server must be able to understand whichever you’re using. For HTTP, the header is the simple solution and most reverse proxies and regular web servers should be able to set and read them respectively.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.