Sunday 25 October 2015

What are difference between GET and POST Methods?

What are difference between GET and POST Methods? GET Method ():   1) Data is appended to the URL. 2) Data is not secret. 3) I... thumbnail 1 summary


What are difference between GET and POST Methods?

GET Method (): 

1) Data is appended to the URL.
2) Data is not secret.
3) It is a single call system
4) Maximum data that can be sent is 256.
5) Data transmission is faster
6) this is the default method for many browsers 
POST Method (): 


1) Data is not appended to the URL.
2) Data is Secret
3) it is a two call system.
4) There is no Limit on the amount of data. That is characters any amount of 
data can be sent.
5) Data transmission is comparatively slow.
6) No default and should be explicitly specified.

1 comment

  1. Thanks a lot for sharing such a good source with all, i appreciate your efforts taken for the same. I found this worth sharing and must share this with all.



    Dot Net Training in Chennai | Dot Net Training in anna nagar | Dot Net Training in omr | Dot Net Training in porur | Dot Net Training in tambaram | Dot Net Training in velachery





    ReplyDelete