HTTP POST可以无限使用吗? [英] Can HTTP POST be limitless?

查看:81
本文介绍了HTTP POST可以无限使用吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我听说HTTP POST可以发送的数据大小没有规范限制.那是真的还是只有一些很高的限制?

I heard that HTTP POST has no specification limit in data size it can be sent by. Is that true or is there just some really high limit?

推荐答案

EDIT(2019)这个答案现在已经很多余了,但是有

EDIT (2019) This answer is now pretty redundant but there is another answer with more relevant information.

它取决于Web服务器和Web浏览器:

It rather depends on the web server and web browser:

Internet Explorer 所有版本2GB-1
Mozilla Firefox 所有版本2GB-1
IIS 1-5 2GB-1
IIS 6 4GB-1

Internet explorer All versions 2GB-1
Mozilla Firefox All versions 2GB-1
IIS 1-5 2GB-1
IIS 6 4GB-1

尽管IIS默认情况下仅支持200KB,但是配置数据库需要修改以增加此大小.

Although IIS only support 200KB by default, the metabase needs amending to increase this.

http://www.motobit.com/help/scptutl/pa98.htm

POST方法本身对数据大小没有任何限制.

The POST method itself does not have any limit on the size of data.

这篇关于HTTP POST可以无限使用吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆