AJAX POST over GET Jul07 '06
Feedback
# (2 of 2): Matthom
19 hours, 28 minutes after the fact. (Sat 08 Jul 2006, 6:00 AM CST)
Well I was thinking from more of a "convenience" perspective - not security. If I can submit everything via "POST" and not have to check for invalid characters in the URL (and have to replace or mask those characters somehow), then I think that would be easier, no?
RSS feed for comments on this post
Leave feedback
matthom
is published and produced by Matt Thommes - an independent publishing enthusiast, mobile blogger, content creator, informative writer, web developer from Chicago.
Never one to conform, Matt intends to promote the effect the web has on our lives, in an effort to intensify, instruct, and clarify all that is happening around us.
Is there any advantages to using "GET?"
You are at the feedback permalink page for: AJAX POST over GET
# (1 of 2): Dale » bluetrait.com
17 hours, 12 minutes after the fact. (Sat 08 Jul 2006, 3:44 AM CST)
None. Because you should be validating any input from the user. The only instance in which I can see it being better is if you want to allow the user to link to the site.
Other than that there is no security added while using POST instead of GET.