Hacker News new | ask | show | jobs
by Sidnicious 5268 days ago
Can’t you track it (on the server) on the page that sends the 302 response?

Another option would be to link to the real URL, and make a synchronous XHR from JavaScript (to your server) when the link is clicked.