On Fri, Jan 18, 2013 at 11:04 AM, Eric Covener <cove...@gmail.com> wrote:
> On Thu, Jan 17, 2013 at 11:32 AM, Alex Leonhardt <alex.t...@gmail.com> > wrote: > > Hi All, > > > > I'm seeing HTTP/1.0 response codes coming from Apache when the Request > was a > > HTTP/1.1 - this only seems to be the case when it's a POST - is this a > known > > issue ? Is there a way to force a HTTP/1.1 response to POST requests ? > > The request wasn't understood (400), so the error response is being > conservative. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > Yeah I thought that might be the case thanks Eric. Any way Alex, it is easy to check just telnet to your apache and run POST request and see what you get in response (I bet you HTTP/1.1 response)