Re: [XHR2] HTTP Trailers

* Anne van Kesteren wrote:
>On Tue, 26 Oct 2010 13:34:46 +0200, Julian Reschke <julian.reschke@gmx.de>  
>wrote:
>> Related to this... does XHR (1) *forbid* making the trailing header  
>> fields available? I'm not sure it does...
>
>I'd like to add a testcase for this. Is there a way in PHP (the current  
>server-side scripts use PHP) to output trailing headers? Or maybe we can  
>do it via a static file and .htaccess?

Using Apache you should be able to output whatever you want from a "nph"
script, that's a CGI script whose name starts with "nph-". Apache will
not parse that script's output, for the most of it. An alternative might
be mod_asis, but I would not count on it.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Saturday, 30 October 2010 15:23:47 UTC