Carlos,
I presume that URL is redirecting to a different page. On the
HTTPSocket check (on PageReceived) the httpStatus code to see if you
get a 302 or 301 redirect code - if yes, then check the headers for
the new URL location.
I tried adding the following to my code:
Dim Temp7 As Int32
Temp7 = HTTPSocket1.HTTPStatusCode
MsgBox Str(Temp7)
What I get is a 200, not a 302 or 301 redirect code (assuming I put the
preceding in the correct place, which is not necessarily a good
assumption). (I couldn't figure out how to work in PageReceived.) Any
additional advice?
Barry Traver
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>