in reply to Changing http headers in cgi response

This works, but I noticed that it returns the https status code 404. Does anyone know if it is possible for me to alter the http headers to return the 202 OK header instead?

Yes, its possible

  • Comment on Re: Changing http headers in cgi response

Replies are listed 'Best First'.
Re^2: Changing http headers in cgi response
by twotone (Beadle) on Sep 10, 2010 at 05:17 UTC

    It would follow that I would want to know how. ;) Will you tell me?