Sending POST data with GET request valid?

See RFC2616 - Hypertext Transfer Protocol -- HTTP/1.1 section 4.3 "Message Body.

See RFC2616 - Hypertext Transfer Protocol -- HTTP/1.1, section 4.3 "Message Body": A message-body MUST NOT be included in a request if the specification of the request method (section 5.1.1) does not allow sending an entity-body in requests. In section 9.3 "GET" including an entity-body is not forbidden. So, yes, you are allowed to send an entity-body with a HTTP GET request.

3 Note: you are allowed to do this, but whether proxies will mangle your request, and whether the destination server will understand it, is anyone's guess. – Piskvor Jan 14 '10 at 13:40 1 @Piskvor: You are right, I only answered the first part of the question. :) – lutz Jan 14 '10 at 13:42 It seems to have become generally accepted never to do that, but now I'll leave the interface open for it at least.Thanks.

– ciscoheat Jan 14 '10 at 16:47.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions