+ 14
what's the difference between get and post method
get,post are methods...
3 ответов
+ 6
when you submit the form:
get will keep the data visible in the address bar.
post will hide the data.
use post for sensitive information.
+ 4
Post is hide the data and it will be used,but the data isn't be visible in the url!
+ 2
1. get less secure than post
2. get pass the limited amount of data
etc can't remember all search google