I see following in the access log of Apache 2.2.22
POST TEST HTTP/1.1 400 - - 443
Seems a bad request returned by the server to the client request. Shouldn't the "TEST" be "/TEST"? Is there any way that I can simulate similar POST 400 error using curl or telnet?
Thanks