I have a linkto a website that redirects to another website. How can I get the final linkm progarmmmig in asp?
Say original link is;
http.//original.com/index.
html
redirected site is;
http://redirected.com/new.html
I need a function that will cacth the redirection link
Any ideas?
If you have a link that goes to index.html - how does your ASP script fit into the picture?
Will the ASP script be making the request to index.html?
Can you explain a bit more how this hangs together.