I am currently trying to grab a url of another page from my web page. I would like to, basically, send a request to the site and get that site's url back to me. For eg :) If you go to this site - www.tellasda.com, The link in the address bar changes. I would like to know how i can access the changed link and send it back to my page, without entering the site or sending the user to the site.
I have tried using requests but it returns information of my own site. I have tried using iframes as well, but the src is the initial source url that i send to the iframe. Apparently, this is to stop cross site scripting. Any help would be greatly appreciated.
Thanks a bunch.
...
Go to the complete details ...