HTTP POST

In HTML, you can specify a GET or POST submission method for a form. The method is specified inside a FORM element using the METHOD attribute. The difference between METHOD=”GET” (default) and METHOD=”POST” is primarily defined by form data encoding.