in reply to Re: NPH Scripts on Apache under Win32
in thread NPH Scripts on Apache under Win32

Using the Mozilla & IE browsers under windows.. Content-type: text/plain\r\n returns the save file dialog. Content-type: text/plain\x0D\x0A (those are zeros) returns the same. Content-type: text/plain\r\r returns the same. Content-type: text/plain\x0D\x0D (those are zeros) returns the same. Content-type: text/plain\xOD\xOD (those are oh's) returns a blank page. Content-type: text/plain\xOD\xOA (those are oh's) returns a blank page.
--
paul