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

[REBOL] Circular forwarding, revisited

From: chalz::earthlink::net at: 2-Dec-2002 23:35

Okay, I've just bit the bullet and accepted that I can't force REBOL to allow circular forwarding. But, how about this:
>> url: http://discovery.chtah.com/a/hA91NOxAFqpj3AG83B1ADmei2$l/jjph1853
== http://discovery.chtah.com/a/hA91NOxAFqpj3AG83B1ADmei2$l/jjph1853
>> print read url
connecting to: discovery.chtah.com connecting to: tlc.discovery.com ** User Error: Error. Target url: http://tlc.discovery.com/news/afp/20021104/story4.html could not be retrieved. Circular forwarding detected ** Near: print read url
>>
REBOL is obviously able to retrieve the new target URL. So, how can I retrieve it and use it, without incurring the error penalty?