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

[REBOL] Re: Circular forwarding?

From: chalz:earthlink at: 17-Apr-2002 1:28

Simply for the record (I'm not expecting anyone to read this and go, "Oh! There it is!") here's the result of using trace/net on. Thanks all!
>> trace/net on >> print read http://www.chalz.com/cgi-bin/whois?chalz.net
URL Parse: none none www.chalz.com none cgi-bin/ whois?chalz.net Net-log: ["Opening tcp for" HTTP] connecting to: www.chalz.com Net-log: {GET /cgi-bin/whois?chalz.net HTTP/1.0 Accept: */* Connection: close User-Agent: REBOL 2.5.0.3.1 Host: www.chalz.com } Net-log: "HTTP/1.1 302 Found" URL Parse: none none www.chalz.net none cgi-bin/ whois?chalz.net Net-log: ["Opening tcp for" HTTP] connecting to: www.chalz.net Net-log: {GET /cgi-bin/whois?chalz.net HTTP/1.0 Accept: */* Connection: close User-Agent: REBOL 2.5.0.3.1 Host: www.chalz.com } Net-log: "HTTP/1.1 302 Found" URL Parse: none none www.chalz.net none cgi-bin/ whois?chalz.net ** User Error: Error. Target url: http://www.chalz.net/cgi-bin/whois?chalz.n et could not be retrieved. Circular forwarding detected ** Near: print read http://www.chalz.com/cgi-bin/whois?chalz.net