Hello list

I try to read www.viahardware.com (either / or /robots.txt) over http in
rebol, but rebol hangs. Trying with Firefox or MSIE, it seems the site is
doing a redirect to itself. The browsers keep reloading something. With my
own rebol script retrieving HTTP headers, I seem to get this, from the site:

[My headers:]
GET /robots.txt HTTP/1.1
Host: www.viahardware.com
connection: close

[viahardware.com returns:]
HTTP/1.1 200 OK
Date: "Wed, 28 Dec 2005 20:49:10 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"
Transfer-Encoding: "chunked" Content-Ty
pe: "text/plain"


Setting trace/net on, I get this:
>> trace/net on
>> t: read http://www.viahardware.com/
URL Parse: none none www.viahardware.com none none none
Net-log: ["Opening" "tcp" "for" "HTTP"]
connecting to: www.viahardware.com
Net-log: {GET / HTTP/1.0
Accept: */*
Connection: close
User-Agent: REBOL Core 2.5.58.9.2
Host: www.viahardware.com
}
Net-log: "HTTP/1.1 302 Moved Temporarily"

...and then it hangs...

So I don't really get any trace...

Would anyone like to peek into this? Is it a bug? It does indeed seem that
viahardware.com is acting a bit weird, but it still shouldn't make rebol
hang. Doesn't rebol quit trying after about 4 redirects?


OK, this has repeated itself many times, and it just did again, both on my
windows machine and on an OpenBSD machine. But then just doing one more
check before clicking "submit" on this email, it suddenly worked. This is
soo irritating!... (I submit anyway, just in case anyone feels like looking
into it...)

HY
--
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.

Reply via email to