West Wind Internet Protocols
Re: Detecting Redirect
02/09/2010
06:27:47 AM
2V20DUQT0 Show this entire thread in new window
From:
harvey mushman
To:
Harvey Mushman
Attachments:
None
See message ID=2V1143G28

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