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

[REBOL] Circular forwarding?

From: chalz:earthlink at: 15-Apr-2002 22:08

Yo all. I get a funny thing here. First, backstory: I've registered both chalz.net and chalz.com, but both point to the same site. I use chalz.net primarily, and my host provider has set it up as such. When I execute the whois script from the IE address bar, it works OK. But when trying it from REBOL, it bonks out.
>> print read http://www.chalz.com/cgi-bin/whois?chalz.net
connecting to: www.chalz.com connecting to: www.chalz.net ** User Error: Error. Target url: http://www.chalz.net/cgi-bin/whois?chalz.net could not be retrieved. Circular forwarding detected ** Near: print read http://www.chalz.com/cgi-bin/whois?chalz.net What does "circular forwarding detected" mean? And how come I can get a proper result using a web browser, but not REBOL? Thanks all. --Charles