Difference between GET and POST
Using GET method is not secure your information will be appeared in the Url adress. Using POST method is much secure. It will appear in the url address. e.g. Loginform.
GET--> we can transfer limited data. GET() transfer only 256 characters.
POST--> We can transfer unlimited data.
No comments:
Post a Comment