Misplaced Pages

Get: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactivelyNext edit →Content deleted Content addedVisualWikitext
Revision as of 20:49, 11 June 2004 edit67.124.89.96 (talk)No edit summary  Revision as of 20:50, 11 June 2004 edit undo67.124.89.96 (talk)No edit summaryNext edit →
Line 1: Line 1:
GET is one of two very common protocols for sending data to a server the other is . GET 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 URL.
In ], the data is not present in the URL. In ], the data is not present in the URL.

Revision as of 20:50, 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.