View Full Version : forms not posting, limit to size
cozenage
08-01-2002, 11:55 PM
I am trying to post "get" to a page. the page does not post though unless I remove some text from an input box. Does this have something to do with the limit in size of a get operation?
SYP}{ER
08-02-2002, 02:30 PM
I think GET does have limits, as it uses the address bar to pass values to the page. The address can only have so many chars, so that may be the problem.
Any particular reason for using GET and not POST?
brothercake
08-02-2002, 02:35 PM
The total size for a GET requesdt, including the URL, is 4K
SYP}{ER
08-02-2002, 02:38 PM
Ah, just like cookies :)
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.