1

Is there a way that I can configure my router to rewrite http requests?

So for example, if:

http://www.example.com/porn.gif 

is being accessed, it'll be re-written as:

http://172.16.0.1/denied.gif

But transparently returned to the client?

Thank you.

ensnare
  • 2,212
  • 7
  • 24
  • 40

1 Answers1

2

I don't believe that Cisco IOS supports anything beyond basic interception and redirection of HTTP traffic. Sounds like you want to use WCCP with your router and a separate Squid cache server in an Interception Proxy configuration.

http://wiki.squid-cache.org/SquidFaq/InterceptionProxy#WCCP_-_Web_Cache_Coordination_Protocol

obfuscurity
  • 761
  • 3
  • 7