HTML

Topic: Forms

Difference between GET and POST Metods

Difference Between GET and POST methodsGET:1) Data is appended to the URL.2) Data is not secret.3) It is a single call system4) Maximum data that can be sent is 256.5) Data transmission is faster6) This is the default method for many browsersPOST:1) Data is appended to the URL.2) Data is Secret3) 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.

Browse random answers: