[REBOL] Re: Need some URL help
From: anton::wilddsl::net::au at: 29-Jan-2006 1:38
I got it straight away:
>> trace/net on forever [print "trying..." read
http://www.linuxtelephony.org/article.cgi?i=400&r=0]
trying...
URL Parse: none none www.linuxtelephony.org none none article.cgi?i=400&r=0
Net-log: ["Opening" "tcp" "for" "HTTP"]
connecting to: www.linuxtelephony.org
Net-log: {GET /article.cgi?i=400&r=0 HTTP/1.0
Accept: */*
Connection: close
User-Agent: REBOL View 1.3.2.3.1
Host: www.linuxtelephony.org
}
Net-log: "HTTP/1.1 302 Moved Temporarily"
Anton.
> Sure. The server behaves as it pleases, it seems. The error
> appears when you
> get a 302 redirect http response header. Which one occationally does,
> Sunanda seems to have gotten it on his third attempt. I get it
> *most* of the
> time, and when I get a 200 OK header, everything works just fine
> for me too.
>
> The server that responds to http://www.viahardware.com/ exhibits the same
> behaviour. (Exhibits? Is that an english way of speaking? Or does it smell
> like new-mowed grass?)
>
> HY
That use of "exhibits" is fine, Halvard. :)