When you receive a post request from a client, do you get any headers after the params?
Take this request for example:
POST /path/script.cgi HTTP/1.0
From: frog@jmarshall.com
User-Agent: HTTPTool/1.0
Content-Type: application/x-www-form-urlencoded
Content-Length: 32
home=Cosby&favorite+flavor=flies
If there are any other headers sent for any reason, would any ever appear after the parameters of the post content?
I am trying to figure out how to iterate post data with Java