On Wed, Feb 23, 2011 at 4:01 PM, Ursa Polaris <polaris.u...@gmail.com> wrote: > I guess I forgot to mention that we have verified using WireShark > that Chrome, Firefox and IE are all correctly sending the POST data > over the network in these cases. It's not a browser issue.
that's great info (note that you have to be a little bit careful when looking at the packet trace; you may see a TCP connection with the entire request header and POST body sent yet it receives no response; then the browser opens a new TCP connection, sends the request header without body, and after Timeout seconds gets an error response) unless you have any single sign-on modules loaded (always a good target to blame) or other third-party modules which can process the request body, no other ideas here; possibly the timing of the body being sent vs. error being triggered would narrow down the possibilities --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org