-
What is reverse proxy?? How do hackers use it for denial of service attack?
over 8 years ago
-
over 7 years ago
Reverse proxy acts like just opposite of forward proxy. In forward proxy, the proxy works on behalf of clients, but reverse proxy works on behalf of servers. It accepts all requests on behalf of servers and then destined them appropriately. So what i can suggest, whenever any packet comes in address of destination, then the proxy checks the faithfulness or trustworthiness of the packet and then destined that. For that checking you can add some flow rules inside the proxy. -
1 Answer(s)