![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveHeaders - returning specified HTTP headers from a POST
From: John Smith <johnsmith@theweather.com.au>
Date: Thu Aug 11 2005 - 03:56:07 CEST
I'm writing a service which accepts a POST call, updates a database and
HTTP/1.1 200 OK
OK
The code runs, and returns my headers, but only after its own:
HTTP/1.1 100 Continue
HTTP/1.1 200 OK
OK
Here's some static code which replicates the problem:
<?php
The platform is IIS 5.1 (obviously) and we're using PHP 4.3.10.
If it can't be solved in PHP but can in Perl, ASP or some other language,
Thanks in advance. Did I mention that this is urgent?
Iain
|