HTTP post size limit?
August 23, 2005 11:47 AM
Subscribe
Is there a limit on the size of a HTTP post? (Or any Aolserver doctors in the house?)
I am developing a web application that takes addresses as input and am trying to determine the limit of number of addresses which can be accepted. At around 1000 addresses the webserver (Aolserver) logs an error "post size nnnnn exceeds maxpost limit of 65536" and firefox returns "document contains no data" (hehe).
I believe I've configured the webserver to accept larger posts (using ns_param maxpost in the ns_section "ns/parameters" of the config.tcl file) but it still doesn't seem to be taking larger posts.
Is there something magical about 65536 bytes? Is there a limit defined in the HTTP spec? Are browsers designed to handle posts larger than that?
posted by If I Had An Anus to computers & internet (14 comments total)
1 user marked this as a favorite
Did you reboot the server after making that change? When I make max file size changes in the php config they don't take till I kick the server and it reloads the setting.
posted by phearlez at 11:54 AM on August 23, 2005