method GET & POST | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

method GET & POST

What is the difference between GET & METHOD in Form method?

26th Sep 2017, 2:31 PM
Rikas Ahamed
Rikas Ahamed - avatar
3 Answers
+ 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.
26th Sep 2017, 2:33 PM
Trưởng Nguyễn
Trưởng Nguyễn - avatar
+ 3
post method is secure but get method is not secured
26th Sep 2017, 2:45 PM
Shubham Bauskar
Shubham Bauskar - avatar
+ 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
28th Apr 2020, 9:05 AM
Aliz....🔥
Aliz....🔥 - avatar