Revision as of 20:50, 11 June 2004 edit67.124.89.96 (talk)No edit summary← Previous edit | Revision as of 20:52, 11 June 2004 edit undoGuanaco (talk | contribs)Extended confirmed users, File movers, Pending changes reviewers, Rollbackers24,306 editsm cleanupNext edit → | ||
Line 1: | Line 1: | ||
GET is one of two very common protocols for sending data to a server the other is ]. | ] is one of two very common protocols for sending data to a server; the other is ]. | ||
This most obvious difference to a web-surfer is that with GET, the data is a part of the URL. | This most obvious difference to a web-surfer is that with GET, the data is a part of the ]. | ||
In |
In POST, the data is not present in the URL. | ||
{{stub}} |
Revision as of 20:52, 11 June 2004
GET is one of two very common protocols for sending data to a server; the other is POST. This most obvious difference to a web-surfer is that with GET, the data is a part of the URL. In POST, the data is not present in the URL.
This article is a stub. You can help Misplaced Pages by expanding it. |