|
|
|
|
|
by CodesInChaos
4 days ago
|
|
I wonder if HTML forms will add support for QUERY: <form action="..." method="query">
This would avoid the annoying re-submission warnings you're getting if you refresh a page that was returned by a POST form submission, since QUERY is required to be idempotent. |
|