0
method GET & POST
What is the difference between GET & METHOD in Form method?
3 RĂ©ponses
+ 2
The default method when submitting form data is GET.
However, when GET is used, the submitted form data will be visible in the page address field:
Always use POST if the form data contains sensitive or personal information. The POST method does not display the submitted form data in the page address field.
POST has no size limitations, and can be used to send large amounts of data.
+ 3
post method is secure but get method is not secured
+ 1
Get Method Has limit of 2000 characters and it is show in Url but Post Method cant had limitations and its secure no one can see and dont use for bookmark