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

Strange behavior by reading a specific URL

 [1/2] 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

 [2/2] from: jchapdelaine:datachest at: 7-Jun-2001 18:29


OK... I guess it is related to HTTP header request ... Jeannot