[REBOL] Re: HTTP header request
From: gjones05:mail:orion at: 18-Jun-2001 15:39
> From: "Jeannot Chapdelaine"
> > When will we get a new CORE version that handle correctly the HTTP header
> > request ?
> From: "Scott Jones"
> Out of curiosity, what functionality are wishing were included?
> From: "Jeannot Chapdelaine"
> I am not talking about new functionality. This is about fixing a problem we
> are getting when we try to read a redirected URL.
>
> For instance, if you try this with "REBOL/Core 2.5.0.3.1 23-Mar-2001":
>
> >> read http://www.csma.org
> connecting to: www.csma.org
> ...it will loop until doomsday. Why ? Well, I guess it is because this URL
> has been redirected to http://www.cspa.org.
>
> Let me know if I can use another way to bypass this issue !
Hi, Jeannot,
Yes, the redirection bug. I thought you might have been talking about a new
feature. Perhaps you overlooked Maarten Koopmans' post last week. He found
what seems to be a workaround. I have been using for the last week, and so far
it appears to work fine. I have not successfully developed an insertion patch,
but I can send you the altered http protocol if you wish. Here is the link to
the written description, if you prefer:
http://www.escribe.com/internet/rebol/m10481.html
Hope this helps.
--Scott Jones