[REBOL] Circular forwarding
From: gisle::dankel::no at: 10-Mar-2004 22:38
Hi,
I'm having trouble reading the contents of a web page. Here's what happens:
>> page: read http://www1.pinnaclesports.com/guestContestLines.asp?ContestType=Politics
** User Error: Error. Target url: http://www7.pinnaclesports.com/default.asp?redirected=yes
could not be retrieved. Circular forwarding detected
** Near: read http://www1.pinnaclesports.com/
I figure I can get around it by communicating to the site in the same fashion that a
browser would (using an http proxy to figure out what's going on), but perhaps there's
an easier way that I am not aware of?
Any ideas?
Cheers,
Gisle