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

[REBOL] Re: outputting HTML from REBOL cgi script

From: gjones05:mail:orion at: 20-Feb-2001 18:34

From: "Holger Kruse"
> prin ["Content-Type: text/html" crlf crlf] > > The HTTP standard requires CRLF as the separator, not just LF. Apache > probably does not convert this by itself.
I guess that the ^/ is converted to a carriage return linefeed on Windows REBOL, accounting for the difference in platforms. Thanks, Holger. --Scott