Connected: An Internet Encyclopedia
8.2.3. Forms with Side-Effects: METHOD=POST

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1866
Up: 8. Forms
Up: 8.2. Form Submission
Prev: 8.2.2. Query Forms: METHOD=GET
Next: 8.2.4. Example Form Submission: Questionnaire Form

8.2.3. Forms with Side-Effects: METHOD=POST

8.2.3. Forms with Side-Effects: METHOD=POST

If the service associated with the processing of a form has side effects (for example, modification of a database or subscription to a service), the method should be `POST'.

To process a form whose action URL is an HTTP URL and whose method is `POST', the user agent conducts an HTTP POST transaction using the action URI, and a message body of type `application/x-www-form- urlencoded' format as above. The user agent should display the response from the HTTP POST interaction just as it would display the response from an HTTP GET above.


Next: 8.2.4. Example Form Submission: Questionnaire Form

Connected: An Internet Encyclopedia
8.2.3. Forms with Side-Effects: METHOD=POST