开发者

How do I overcome the XHR FF POST size limit?

My XHR POST REQUEST is cut off. When I try to reload my page information is missing. Firebugs sends following message:

Firebug request size limit has been reached by Firebug.

开发者_JAVA百科

My question is: What are my options?

  1. Would it work if I declare the content.length in the header?
  2. I added a line to my apache config file and restarted it: LimitRequestBody 0
  3. I increased the size of transfer files in mysql config file

Or it is a browser issue?

The only solution I could think of was to cut the data in pieces and transmit the array one by one but I don't like this idea. The content length is 91691 according to firebug.

Any suggestions?


You just need to modify Firebug settings. In browser's address bar go to about:config, then look for option extensions.firebug.netDisplayedPostBodyLimit.

You should increase its value in order to see non truncated requests. Set it to 65535 for example.

Here you can find many other Firebug options you may want to change: http://getfirebug.com/wiki/index.php/Firebug_Preferences

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜