HTTP Post:-
- It will arrange the data with in http message body.
- The data will not be visible to the user.
- It provides security for sensitivity data because name value pairs cannot be seen in the URL Address bar.
- Transmission will be slow here.
- By using this we can request as well as send some data to the server
HTTP Get:-
- It will arrange the data with in http header by appending to the url on the form query string.
- The data will be visible to the user.
- It does not provide security for sensitivity data.
- Transmission will be fast.
- This is used to get the request from the server.
No comments :
Post a Comment