Anonymous ID: 2f044c Dec. 6, 2018, 7:54 a.m. No.4180987   🗄️.is 🔗kun   >>9845

In doing researches to make dig posts I have found posting issues because 'Body Too Long'.

It is pretty annoying to work so hard on material to be denied do to a height limitation.

To overcome this I reviewed dough pastebins to get an idea of length. Using this as a model does not work all of the time.

I assumed it was number of lines limitation, this is what has been mentioned in some newfag breads.

Text editors, Geany, Sublime, Notepadplusplus, do not count returned items as multi-lines, they are a single line.

I would have to reconfigure every part of a post sentence structure in order for it to present well without line wrapping.

I would like to spend less time on editing so that I could spend more time digging.

Researching the issue, it appears it is not a line limit but a byte size limit.

Is this true for posting in breads?

 

Stackoverflow: What is the size limit of a post request?

The body of a request (POST) is normally* limited by the server on a byte size basis in order to prevent a type of DoS attack (note that this means character escaping can increase the byte size of the body). The most common server setting is 10MB, though all popular servers allow this to be increased or decreased via a setting file or panel.

 

answered Mar 2 '10 at 16:45

David

 

https://stackoverflow.com/questions/2364840/what-is-the-size-limit-of-a-post-request

 

Byte size is something I can monitor in my text editors.

What is the byte size limit for a post in QResearch?