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.

原文地址:https://www.cnblogs.com/jvava/p/4980594.html