A little brainstorming (can't find any info on it): How could one redirect a HTTP request to some other URL and then throw the request back to the original one?
The environment is based on a NAT box. When I connect through it I want to be redirected to some other URL (no matter what I initially request) and after the redirection to be brought back to my initial HTTP request.
What could I use to achieve this? Iptables? Squid? I'm guessing I need some software to monitor the connections and remember where I initially wanted to go, to get me there after the redirection.
Ideas?