I am trying to create a web filter application that will intercept an incoming website (the one that is being viewed) and redirect it to my application. He will then compare the site with specific criteria and display it if it passes.
Basically, I want to turn my application into proxy servers. How can i do this?
source
share