Click here to Skip to main content
15,890,123 members
Articles / Web Development / ASP.NET

Differences between GET and POST methods

Rate me:
Please Sign up or sign in to vote.
4.81/5 (13 votes)
29 Jul 2011CPOL 64.5K   9  
GET method:Data is appended to the URL. - correctData is publicly available. - correctIt is a single call system. - GET/POST/PUT methods both send and receive response/dataMaximum data that can be sent is 256. - browser dependant up to 4KData transmission is faster. - GET/POST/PUT...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions