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

[REBOL] http redirects

From: hallvard::ystad::helpinhand::com at: 30-Oct-2001 16:53

Thanks for all the help regarding http (and email) headers. Here's another tricky question: How do I detect http redirects? 'Read follows redirects by default. I need to know what URL was finally downloaded. I have scrutinized the system object as much as I could, but haven't found any values to help me out. I notice that 'page gets set when there's a redirect, but I need also the return code from the server. Has anyone got any experience with this? ~H