Instructions
1Click the "Start" button on the Windows 7 PC desktop and click the "Search" box. Type "cmd" in the "Search" box and tap the "Enter" key. The command line window will appear.
2
Type "telnet x.x.x.x:80" replacing the "x.x.x.x" with the system you are testing to determine whether or not it is a reverse proxy server.
3
Press the "Enter" key. If the telnet client is able to establish a connection, type "HEAD / HTTP/1.0" and press the "Enter" key. If the command line output displays an "HTTP/ 1.1 200 OK" message, then the telnet client has connected to a Web server service. If the command line output displays an "HTTP/ 1.1 403 Forbidden" message, then proceed to the next step.
4
Type "HEAD HTTP/1.1 Host: www.hostname.org" replacing the "www.hostname.org" with the actual hostname of a system being serviced by the reverse proxy. Press the "Enter" key. If the command line output displays an "HTTP/1.1 200 OK" message, then the telnet client is connected to a reverse proxy.
SHARE