User's Manual

Method
Select the desired method of form data encoding.
x Get - It should be used if and only if the form processing is
independent, which typically means a pure query form.
Generally it is advisable to do so.
x Post - If there are problems related to long URLs and non-ASCII
character repertoires, which can make it necessary to use
"POST" even for independent processing.
56