Menu

#32 POSTing to GET-request URLs.

open
nobody
None
5
2005-09-26
2005-09-26
No

I've taken the less-than and greater-than signs out of
this HTML for readability.

form method="post"
action="https://example.com/wiki/index.php?action=save&page=MyWiki"
div class="form"
input type="submit" name="Save" value="Save" /
input type="submit" name="Preview" value="Preview" /

Please stop using method="post" to a url that is a get
request with query paramaters. It does not work
correclty and confuses some browsers and some web
servers. Please pick one, and stick with it.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB