Max. Post Size
php_value session.gc_maxlifetime 10800
php_value max_input_time 10800
php_value max_execution_time 10800
php_value upload_max_filesize 110M
php_value post_max_size 120M
Max. Post Size
php_value session.gc_maxlifetime 10800
php_value max_input_time 10800
php_value max_execution_time 10800
php_value upload_max_filesize 110M
php_value post_max_size 120M
upper limit for payload to pass in post method
<GET> appends data to the service URL.
But its size shouldn’t exceed the maximum URL length.
However, <POST> doesn’t have any such limit.
So, theoretically, a user can pass
unlimited data as the payload to POST method.
But, if we consider a real use case,
then sending POST with large payload will
consume more bandwidth.
It’ll take more time and present performance
challenges to your server. Hence,
a user should take action accordingly.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us