top Content-Type: text/html Expires: 0 X-XSS-Protection: 1; Demo on GET/POST methods
Demo on GET/POST methods
Previous input: /%prvInput%/
Link to previous transaction: /%link%/
New input:
Method: GET POST  



This CGI program may be used to check if your HTTP instance works fine when special characters (like accented letters, square brackets, braces, inequality signs, exclamation points, etc.) are entered in an input field.

The program lets you select between the GET and the POST method.
The GET method attaches the input variables ("query string") to the URL, while the POST method does not.

This program also creates a link to the last URL processed.
Its purpose is to teach how a link can be dynamically created from a CGI program.
This process takes place in its local procedure CrtLink().