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

[REBOL] Patching a scheme.

From: bga::bug-br::org::br at: 27-Jun-2005 13:23

To be able to set the Referer header in the HTTP request, I am trying to patch the HTTP scheme. I did some preliminary tests and I am having problems. Without changing anything in the scheme, I did this to save it in a file: write %http.r probe system/schemes/HTTP Then, to read it back, I did: system/schemes/HTTP: load %http.r This results in a crash (under Windows) when trying to use the HTTP protocol. Am I doing something wrong? -Bruno