简体   繁体   中英

What is the maximum limit in HTTP protocol for a POST request/response body's payload. Sending JSON over REST

This is not a duplicate question.

I have been googling around and have seen various statements about limits of the HTTP request/response bodies. I am using the RestTemplate of the Spring framework, and am concerned about the size of the json document being exchanged in the request and responses.

I am using tomcat, and I have heard that I can change the http size to as High as I want. But my main concern is Limits of HTTP protocols. Can someone explain please?

Thank you in advance.

RFC 2616中未指定限制。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM