Re: [PHP] POST without Content-Type?

2001-09-03 Thread Chris Maresca
; And if you really want to have PHP accept non-typed POST data, it's an > obvious one-line change in main/SAPI.c > > -Rasmus > > On Sat, 25 Aug 2001, Chris Maresca wrote: > > > > > All, > > > > I've been coding a PHP page that listens for a connect

Re: [PHP] POST without Content-Type?

2001-08-26 Thread Chris Maresca
, including the PHP script, which no longer > > executes. I look on the mailing lists here and on usenet, but I don't see > > a good solution... > > > > Anyone have any ideas? At this point, I'm thinking of re-writing my code > > in Perl or Python since the

[PHP] POST without Content-Type?

2001-08-25 Thread Chris Maresca
king of re-writing my code in Perl or Python since there seems to be no solution to this problem. Note that it's PHP that rejects the request, not Apache. I don't see why a missing content-type should do this. It should just default to text/plain or something. Anyway, thanks fo