Maximum length of the POST is defined in the PHP ini file. Mostly it is 128M. To know the maximum POST length check your ini file for post_max_size
Maximum URL length is 2083 characters i.e. maxlength in GET method.
Maximum URL length is 2083 characters i.e. maxlength in GET method.