status code 302 rung a certain bell in my head. I looked into the code in the
pageReceived event and found that I myself had inserted this piece of code:
if httpStatus = 301 or httpStatus 302 then
setError(103)
//loc = headers.value("Location")
//me.clearRequestHeaders
//me.SetRequestHeader("User-Agent", osCPU)
//if partStart <> 0 then me.SetRequestHeader("Range", "Bytes=" +
format(partStart, "#") + "-")
//me.get loc
return
end if
and I remembered that a few days ago I had inserted that line (that send a
parameter to the method resolving my http and ftp sockets errors) because I was
making a certain test; then I forgot to erase it and reactivate the code below.
Thanks for the bell!
>From: "Carlos M" <[EMAIL PROTECTED]>
>
>The problem here is that when requesting the URL the server answers
>with a redirection status code 302 and provides a new URL location to
>retrieve the file.
--
Carlo
_______________________________________________
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>