Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 HTTP Post 调用 URL,我想知道我可以通过 post 方法写入的字节数限制。您可以通过 HTTP Post 方法发送的数据是否有限制?
我正在使用HTTPUrlConnectionapi java 发布数据
HTTPUrlConnection
客户端通常没有限制,限制是在服务器端设置的。例如 Apache Tomcat 使用 maxPostSize,默认为 2M。