[REBOL] Reading an HTML Page Redirect
From: vonja::sbcglobal::net at: 12-Sep-2008 12:53
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