Is it possible to send custom HTML messages to users when they first start a session through a squid proxy server?
I want to be able to redirect a users first request to the "message of the Day".... then the rest of their browsing requests for the remainder of the session go without being redirected.....
Detailed Steps:
- User opens browser. (Browser is configured to use the Squid Proxy)
- User opens http://google.com (or other url of their choice)
- Instead of getting Google.com they are redirected to http://somewhere.else.com/MOD.html
- User reads the MOD
- User types http://google.com again (or other url of their choice) This time the browser goes to the correct destination with no redirection.
Would I have to develop or locate a Squid Proxy Server Plug-in to perform this kind of action or is this something the SQUID server can do with a little custom code?? (Perl etc)