http get with body data

http://stackoverflow.com/questions/978061/http-get-with-request-body

 

Yes, you can send a request body with GET but it should not have any meaning. If you give it meaning by parsing it on the server and changing your response based on its contents you're violating the HTTP/1.1 spec.

posted @ 2015-11-20 14:15  jvava  阅读(222)  评论(0编辑  收藏  举报