| S. NO | GET | POST | 
| 1 | Data is appended to the URL. | Data is appended to the URL. | 
| 2 | Data is not secret. |   Data is Secret  |    
| 3 | It is a single call system |   It is a two call system.  |    
| 4 | Maximum data that can be sent is 256. |   There is no Limit on the amount of data.That is characters any amount of data can be sent.  |    
| 5 | Data transmission is faster |   Data transmission is comparatively slow.  |    
| 6 | This is the default method for many browsers |   No default and should be Explicitly specified.  |    
No comments:
Post a Comment