ID:               41349
 Updated by:       [EMAIL PROTECTED]
 Reported By:      php at bitrockers dot de
-Status:           Open
+Status:           Feedback
 Bug Type:         HTTP related
 Operating System: Linux Debian Etch
 PHP Version:      5.2.2
 New Comment:

>From what I can see, it makes difference for Apache.


Previous Comments:
------------------------------------------------------------------------

[2007-05-10 16:44:50] php at bitrockers dot de

Could it be a problem that the POST request comes as "post". Here an
excerpt of our logfile:

Customers (not working) request:
"post /ajax/mypageProfileEdit/? HTTP/1.1" 200 99
"application/x-www-form-urlencoded; charset=utf-8" "148"

Request (my IE6, working):
"POST /ajax/mypageProfileEdit/? HTTP/1.1" 200 123
"application/x-www-form-urlencoded; charset=utf-8" "148"


Does it make a difference for PHP if the POST request is lowercase?
Apache doesn't seem to have a problem with that. I don't know why the
customers IE6 sends XmlHttpRequest as lowercase "post"?

------------------------------------------------------------------------

[2007-05-10 15:28:45] php at bitrockers dot de

(damn, destroyed the Summary) :)

------------------------------------------------------------------------

[2007-05-10 15:27:13] php at bitrockers dot de

I've actually activated the logging of Content-Type and Content-Length.
Now I have to ask the customers, which are having the problems, to try
again.

As soon as I get the response, I will post the Content-Type of their
requests.

------------------------------------------------------------------------

[2007-05-10 15:07:19] php at bitrockers dot de

The Content-Type is 

 "application/x-www-form-urlencoded; charset=utf-8"


At least that is the content-type from what I see when I do the request
in my browsers. Due to the fact that this problem occurs only at a few
IE6 installations I'm not absolutely sure that there is something on the
client-side which in some way "modifies" that header before sending it
to our server.

Is there a way to log the Content-Type of the request in PHP or apache,
to make sure that this is not the problem?

------------------------------------------------------------------------

[2007-05-10 14:56:05] [EMAIL PROTECTED]

What is the content type of the request?

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/41349

-- 
Edit this bug report at http://bugs.php.net/?id=41349&edit=1

Reply via email to