Articles on: Technical

The Difference Between Form Methods

The Method determines how data should be sent to the server. The GET method sends data as part of the Query String portion of the URL. The Query String portion of the URL is everything that comes after the question mark “?” in the URL. The POST method attaches data as a file attachment to the HTTP request. This attachment is not visible to typical website users.

For information on selecting the proper Method for your page or submission form, please see the Related Article below.

Related Links
Method Field

Updated on: 10/24/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!