Hi all,
After I am setting up a reverse proxy using httpd, how can I disable the
requests from the clients that have it configured as (forward) proxy?
For example If i put my proxy IP & port in Proxomitron, even if I configured
"ProxyRequests Off", I can see in it while testing :
New Message Log Window....
Testing 192.168.187.129:30000
Waiting for remote proxy's reply
>HTTP/1.1 200 OK
Ending proxy test
Testing 192.168.187.129:30000
Waiting for remote proxy's reply
>HTTP/1.1 200 OK
Ending proxy test
Thanks.