Forum Moderators: open
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?