Saturday, October 17, 2015

// // Leave a Comment

Difference between GET and POST method

Difference between GET and POST methods?


GET
POST
1. Mostly used for read operations. Mostly used for the update operations.
2. Not secure. Secure
3. we can send limited amount of data. we can send unlimited data.
4. we can send data only in character format. both in binary and character format.
5. bookmark is possible. bookmarking is not possible.
6. It should not be used when any password and sensitive information is being send. we can use post method for sending sensitive information.

Thank you visitor...! :) www.ease2code.com

0 comments :

Post a Comment