Wow, that's exactly what I'm looking for. I really appreciate the help! Quick question, what happens if you don't close the port and open a new port for a different URL?
----- Original Message ----- From: "CarleySimon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 13, 2008 11:37 AM Subject: [REBOL] Re: Reading an HTML Page Redirect > > Hey, > > You could try OPEN instead of READ and poke around in the port > >>> rsite: open http://www.flutter.com/ >>> probe rsite/url > "http://www.betfair.com/" > == "http://www.betfair.com/" >>> close rsite >>> > cookies, content and a lot of other stuff are in the port aswell. > > Jon > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, September 12, 2008 8:53 PM > Subject: [REBOL] Reading an HTML Page Redirect > > >> >> Hello, >> >> I'm reading a page from a URL (e.g., >> http://referrer.com/cgi-bin/redirectpage.php) >> that redirects to a differnet web site (e.g., >> http://www.new-redirected-site.com/) >> Rebol correctly reads the redirected HTML Source but I would like >> to know if there's a way to grab the "domain name" (i.e., HTTP_HOST) >> of the redirected page? Thank you! --Von >> >> -- >> To unsubscribe from the list, just send an email to >> lists at rebol.com with unsubscribe as the subject. >> > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
