AJAX POST over GET Jul07 '06

Feedback

# (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.

# (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?

Previous comment Return to entry

RSS feed for comments on this post

Leave feedback

Feedback

Input format: The editor controls below will assist with Markdown syntax.

Status

Sub-status

Your info

Return to entry.

Is there any advantages to using "GET?"

You are at the feedback permalink page for: AJAX POST over GET

Read more...