J
John Davis
I wonder when we should use GET method, when we should use POST method? GET
method only sends limited amount of data, and it will show the data as part
of URL. POST method won't show the data as part of URL, and can send any
amount of data. This is what I know so far.
Please advice. Thanks!
John
method only sends limited amount of data, and it will show the data as part
of URL. POST method won't show the data as part of URL, and can send any
amount of data. This is what I know so far.
Please advice. Thanks!
John