XHR FF POST size limit
Posted
by usurper
on Stack Overflow
See other posts from Stack Overflow
or by usurper
Published on 2010-06-18T11:00:36Z
Indexed on
2010/06/18
11:03 UTC
Read the original article
Hit count: 371
Hi,
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. ...
My question is: What are my options?
- Would it work if I declare the content.length in the header?
- I added a line to my apache config file and restarted it: LimitRequestBody 0
- 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?
© Stack Overflow or respective owner