[Bug 177] Textarea should POST, not GET

http://www.w3.org/Bugs/Public/show_bug.cgi?id=177





------- Additional Comments From jesse@thefutureoftheweb.com  2006-02-16 19:04 -------
Why not allow the values to be sent with either GET or POST, and change the
front-end textarea to use POST? Then, the test cases will still work as URLs.

To construct the test case URLs, you could just save the form locally, change
the 'method' from POST to GET, and change the 'target' to point at the live server.

Received on Thursday, 16 February 2006 19:04:42 UTC