West Wind Internet Protocols
Detecting Redirect
02/08/2010
08:54:06 AM
2V10J2XUV Show this entire thread in new window
Gratar Image based on email address
From:
Harvey Mushman
To:
All 
Attachments:
None
When HTTPGet() hits a URL that redirects and the results are returned from a new URL, is there a way to capture the new URL?

The cResultCode is 200 because the redirect was delivered. The hop when the code was a 302 is not coming out anywhere I can see (except in Fiddler).

I also tried the Async version of HTTPGet using the documentation example but it does not seem to act any differently.

Any suggestions would be greatly appreicated!

--Harvey