|
|
|
|
|
by amluto
6 days ago
|
|
One oddity of forms: the result of a form POST is a page that has a location (the URL) but that cannot loaded via that location. As far as I know, the fact that the page is a POST and not a GET is not stored anywhere visible to the user or to JS. And refresh works oddly. If method=QUERY were added, there would be a new variety of this weirdness. |
|