Page is a not externally linkable
darkage - 3:46 pm on Jul 23, 2007 (gmt 0)
Ive been thinking about this, and the tracking of current URL can either be done server-side or client-side. I feel client-side is the easiest with JS and use validation on server-side to ensure that we are only forwarding within our own domain and thus not acting as a proxy. Thougts? Implementation samples? etc?
How would you go about implementing this in a custom application?