| Get | Post |
|---|---|
| Data retrieved using this is cached by the browser | Data retrieved using this is not cached by the browser |
| Data is passed through URL. | Data is passed through body. |
| Data sent using this is visible in URL. | Data sent using this is not visible in URL. |
| Used to send normal data. | Used to send secured and important data. |
| 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 |
Sunday, April 5, 2015
Difference between Get Method and Post Method
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Many times, it happens that we get an error or exception message while working on the Dynamics 365 UCI form . So, to get more informatio...
-
Problem Statement - While creating Power Automate we may face situation where connection reference for the Dataverse Connector missing and w...
-
C++ and C# both are object oriented languages. Lets check out the main difference between them:- ...
-
Previous Post - Validate Data Export Profile In this part we will replicate data to Azure SQL Database using Data Export Service profile th...
-
The aim of this topic is to make a clear understanding of what is Entity Change Tracking and how Entity Change Tracking works. Many of ...
No comments:
Post a Comment