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

[REBOL] Redirection

From: reboler::bol::com::br at: 13-Mar-2003 13:50

Hi Folks!, Sorry to bother you, but how can I read a URL redirection before its change? For example: b: http://www.somehost.com/ b: to-url b a: read b Then b becomes another url. how can I read this new url, without having to read the new URL? I think there's a parameter at 'b' that redirects to another url. I just want to read this parameter of the new URL, without reading the page. Is there any refinements? Thanks in advance --Reboler