Argh! I just hate it when errors aren't repeatable. But the behaviour is consistent on my side: I get a 302 redirect to some URL with a session ID in it, which will (probably set a cookie and then) redirect me back. This works with a browser, but not with rebol...
Darn. Actually, I know that rebol will halt in the line while [ not empty? reply: first port ] [ and claim there is an out-of-index or past-end error. When I probe 'port, I cannot see anything irregular at that point. Thanks for trying anyway. HY On 23/01/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hallvard: > > > I have a problem with downloading this URL: > > http://www.linuxtelephony.org/article.cgi?i=400&r=0 > > Your code works fine for me -- I can read the page with it. > > >> do read clipboard:// > [We send:] > GET /article.cgi?i=400&r=0 HTTP/1.0 > Host:www.linuxtelephony.org > > HTTP/1.1 200 OK > Mon, 23 Jan 2006 12:48:45 GMT Apache/1.3.33 (Unix) PHP/4.3.11-dev > PHP/4.3.11-dev PHPA/1.3.3r2 close text/html <!doctype h > tml public "-//w3c//dtd html 4.0 transitional//en"> <head> > <title>Linuxtelephony.org - Linuxtelephony.org</title> <me > ta http-equiv="Content-Type" content="text/........... > > > The headers look okay to me: > > HTTP/1.1 200 OK > Date: Mon, 23 Jan 2006 12:45:50 GMT > Server: Apache/1.3.33 (Unix) PHP/4.3.11-dev > X-Powered-By: PHP/4.3.11-dev > X-Accelerated-By: PHPA/1.3.3r2 > Connection: close > Content-Type: tex > > Could it be a firewall at your end? > > Sunanda. > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. > > -- Prætera censeo Carthaginem esse delendam -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
