Hi Everyone,

I'm not sure this is strictly a web2py question, but I figured I'd
pose the question anyway, so here it goes.

I had a task of going through several hundred urls to find out where
they lead, so I used URLLIB2 in a web2py app to get and display the
end destinations of the "masked" links. This part was easy.

The problem is that many of the links hop through more than one URL
before reaching the destination. So now I'm trying to retrieve the
URLs that are in the redirect chain. I'm not quite sure how to do
this.

In a nutshell, I want to get each requested URL in the journey to the
end URL, given the start URL.

Does anyone know how to achieve this?

Thanks

LB22
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to