RE: [users@httpd] PHP script not executing with empty POST when using chunked encoding

2013-03-26 Thread Ashly Pridmore
r the virtualhost options. Hopefully that helps someone else out there! -Original Message- From: Ashly Pridmore [mailto:ashly.pridm...@juniperbridge.com] Sent: 04 March 2013 13:20 To: users@httpd.apache.org Subject: RE: [users@httpd] PHP script not executing with empty POST when using chunked enc

RE: [users@httpd] PHP script not executing with empty POST when using chunked encoding

2013-03-04 Thread Ashly Pridmore
otherwise). Is there a better way to find out? -Original Message- From: Nick Kew [mailto:n...@webthing.com] Sent: 04 March 2013 13:19 To: users@httpd.apache.org Subject: Re: [users@httpd] PHP script not executing with empty POST when using chunked encoding On Mon, 4 Mar 2013 07:49:30

Re: [users@httpd] PHP script not executing with empty POST when using chunked encoding

2013-03-04 Thread Nick Kew
On Mon, 4 Mar 2013 07:49:30 -0500 Eric Covener wrote: > On Mon, Mar 4, 2013 at 7:42 AM, Ashly Pridmore > wrote: > > Hmm, so the problem is sending "content-length: 0" with "transfer-encoding" > > set to chunked? > > The spec says T-E is ignored in this case. The spec actually says the reverse

Re: [users@httpd] PHP script not executing with empty POST when using chunked encoding

2013-03-04 Thread Eric Covener
On Mon, Mar 4, 2013 at 7:42 AM, Ashly Pridmore wrote: > Hmm, so the problem is sending "content-length: 0" with "transfer-encoding" > set to chunked? The spec says T-E is ignored in this case. - To unsubscribe, e-mail: users-un

RE: [users@httpd] PHP script not executing with empty POST when using chunked encoding

2013-03-04 Thread Ashly Pridmore
ilto:jmozd...@nde.ag] Sent: 04 March 2013 12:27 To: users@httpd.apache.org Subject: Re: [users@httpd] PHP script not executing with empty POST when using chunked encoding Hi Ashley, Zitat von Ashly Pridmore : > [...] > The NBG on the other hand, sends the following: > > POST /{URL} HTTP

Re: [users@httpd] PHP script not executing with empty POST when using chunked encoding

2013-03-04 Thread Jens-U. Mozdzen
Hi Ashley, Zitat von Ashly Pridmore : [...] The NBG on the other hand, sends the following: POST /{URL} HTTP/1.1 HOST: {Host} User-Agent: workssys.com Transfer-Encoding: chunked Content-Length: 0 Cookie2: $Version="1" Cookie: PHPSESSID=l47r1bf2erk870i8n3m9sm4v65\r\n \r\n 0\r\n \r\n What might