What are the rules for receiving a HTTP 1.1 request? I'v tried looking at multiple sources of information but I can never come to a conclusive result. In particular I'm interested in figuring out how to handle the body of the POST request. I am currently creating my own web service which does not use PHP or ASP.net. My website currently handles Get Requests and the POST header fine but never receives the body data from the client/web browser, thus is why I want to find out if there are any special rules for receiving the body of a POST.
Hope you can help
Thanks, Mitchell