Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Strange behavior by reading a specific URL

From: jchapdelaine::datachest::com at: 7-Jun-2001 18:10

Guys: There is a Web site address http://www.csma.org that is redirected on http://www.cspa.org. If I try this in RECOL/CORE: t: read http://www.cspa.org/ ...it will work. I will get the HTML page within the variable t. Now, If I try this: t: read http://www.csma.org ...REBOL/CORE will loop until doomsday ! Any clue ??? Jeannot