Posted by Ming on 06/22/07 05:50
Hi there,
I have a bunch of URLs. They are all redirecting URLs: if you visit
any one of them, you will be redirected to another URL.
I want to know the redirected URL. How shall I do that? I think I
shall probably send a http request and capture its response and then
parse the response to get its real destination, don't I?
But how shall I implement it? Any sample code?
Thanks,
Ming
[Back to original message]
|