Cisco IOS rewrite http url
- by ensnare
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.