Difference between Get Method and Post Method

Get Method
Post Method
Data retrieved using this verb is typically cached by the browser.
Data retrieved using this verb is not cached by the browser
Data is passed through URL that is Data is appended to URL
Post we use to send data through body.
Data sent using this verb is visible in URL.
Data sent using this verb is not visible
While sending normal data Get is used.
While sending Secured and important data Post is used.
There is limit over amount of data that can be sent using Get depends on browsers.
There is no limit over amount of data that can be sent using Post.
This is default method for many browsers
This is not default method and have to be explicitly defined.
Get method can carry only text data
Post method can carry text as well as binary data.
Get method is faster as compared to Post
Post method is slower as compared to Get
Difference between Get Method and Post Method Difference between Get Method and Post Method Reviewed by NEERAJ SRIVASTAVA on 11:13:00 PM Rating: 5

No comments:

Powered by Blogger.