Re: [PHP] Content-Type header required for POST?

2004-10-26 Thread Olaf van der Spek
Chris Shiflett wrote:
--- Olaf van der Spek [EMAIL PROTECTED] wrote:
Content-Type is required for any request that has content.
It's an HTTP requirement and has very little to do with PHP.
Can you explain what you're talking about?
I was talking about the request, not about the response.

As was I. That's why I used the word request. :-)
I'm sorry, I misunderstood 'thas has content'.
You'll have a very tough time getting an answer if you can't explain your
question. That's the only helpful hint I can provide.
The reason I'm asking is that I've got a small application that does a 
POST request without that header and it used to work fine and not it 
doesn't.
So I was wondering in which version PHP changed this behaviour.

Chris
=
Chris Shiflett - http://shiflett.org/
PHP Security - O'Reilly HTTP Developer's Handbook - Sams
Coming December 2004http://httphandbook.org/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Content-Type header required for POST?

2004-10-26 Thread Olaf van der Spek
Chris Shiflett wrote:
--- Olaf van der Spek [EMAIL PROTECTED] wrote:
Since which version does PHP require the Content-Type header in
POST requests?

Content-Type is required for any request that has content. It's an HTTP
The RFC says should, not is required to.
Any HTTP/1.1 message containing an entity-body SHOULD include a
Content-Type header field defining the media type of that body. If
and only if the media type is not given by a Content-Type field, the
recipient MAY attempt to guess the media type via inspection of its
content and/or the name extension(s) of the URI used to identify the
resource. If the media type remains unknown, the recipient SHOULD
treat it as type application/octet-stream.
requirement and has very little to do with PHP.
Can you explain what you're talking about?
Chris
=
Chris Shiflett - http://shiflett.org/
PHP Security - O'Reilly HTTP Developer's Handbook - Sams
Coming December 2004http://httphandbook.org/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Content-Type header required for POST?

2004-10-25 Thread Chris Shiflett
--- Olaf van der Spek [EMAIL PROTECTED] wrote:
 Since which version does PHP require the Content-Type header in
 POST requests?

Content-Type is required for any request that has content. It's an HTTP
requirement and has very little to do with PHP.

Can you explain what you're talking about?

Chris

=
Chris Shiflett - http://shiflett.org/

PHP Security - O'Reilly HTTP Developer's Handbook - Sams
Coming December 2004http://httphandbook.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Content-Type header required for POST?

2004-10-25 Thread Olaf van der Spek
Chris Shiflett wrote:
--- Olaf van der Spek [EMAIL PROTECTED] wrote:
Since which version does PHP require the Content-Type header in
POST requests?

Content-Type is required for any request that has content. It's an HTTP
requirement and has very little to do with PHP.
Can you explain what you're talking about?
I was talking about the request, not about the response.
Chris
=
Chris Shiflett - http://shiflett.org/
PHP Security - O'Reilly HTTP Developer's Handbook - Sams
Coming December 2004http://httphandbook.org/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Content-Type header required for POST?

2004-10-25 Thread Chris Shiflett
--- Olaf van der Spek [EMAIL PROTECTED] wrote:
  Content-Type is required for any request that has content.
  It's an HTTP requirement and has very little to do with PHP.
  
  Can you explain what you're talking about?
 
 I was talking about the request, not about the response.

As was I. That's why I used the word request. :-)

You'll have a very tough time getting an answer if you can't explain your
question. That's the only helpful hint I can provide.

Chris

=
Chris Shiflett - http://shiflett.org/

PHP Security - O'Reilly HTTP Developer's Handbook - Sams
Coming December 2004http://httphandbook.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php