Posted On: Dec 24, 2020
Some differences between GET and Post are:
GET | POST |
---|---|
It claims request parameter in URL String | It claims request parameter in the request body |
It is able to send a minute amount of data | It is able to send a great amount of data |
It can be cached and bookmarked. | It is not able to cache and bookmarked |
It is efficient for the view purpose | It is efficient for the update-purpose |
Never Miss an Articles from us.