> If I set setFollowRedirects to true - how do I get the resulting URL? Even
> if it redirects a number of times?
I think you will need to set it to false and do the
redirects in your code to keep track of how there are
being redirected.
Arne
FrancisHeaney2@googlemail.com - 05 Apr 2007 10:47 GMT
> I think you will need to set it to false and do the
> redirects in your code to keep track of how there are
> being redirected.
This is how I did it, too.
Francis
Crouchinho - 06 Apr 2007 01:39 GMT
>> I think you will need to set it to false and do the
>> redirects in your code to keep track of how there are
[quoted text clipped - 3 lines]
>
> Francis
cheers