Saturday, March 5, 2011

Re: parameter, but not in the URL

You should definitely be using a POST request - an important aspect of
the design of any web application is that get requests should not
change server side state, for this exact reason.

http://stackoverflow.com/questions/46585/when-do-you-use-post-and-when-do-you-use-get

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment