Hi,
I have a problem with resolving the HTTP request message.
I am trying to pass the xml structure as a message body in the HTTP request. After that I want to read it in my PHP script file on server side.
I can read all the headers, but I'm not sure how to read the body.

For Example:

GET /some_uri HTTP/1.1
Host: some_host
Content-Type: text\plain
Content-Length: char_num_of_the_message_body

Thanks
John

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.