GET or POST method?
- From: Kurda Yon <kurdayon@xxxxxxxxx>
- Date: Mon, 14 Jan 2008 18:19:25 -0800 (PST)
Hi,
I have to decide which form-method I should use (GET or POST). I found
the following recomendation:
If the service associated with the processing of a form has side
effects (for example, modification of a database or subscription to a
service), the method should be POST. (http://www.cs.tut.fi/~jkorpela/
forms/methods.html).
However, later I did not find any convinced arguments why it should
help (it can be that I just did not understand something).
So, I have decided not to go into the details of GET and POST methods
and just use POST. Is here any significant difference between GET and
POST which I should worry about (like security issues or something
else)? Or it is just question of convenience?
.
- Follow-Ups:
- Re: GET or POST method?
- From: John Dunlop
- Re: GET or POST method?
- From: Jerry Stuckle
- Re: GET or POST method?
- From: David Gillen
- Re: GET or POST method?
- From: Manuel Lemos
- Re: GET or POST method?
- From: Lars Eighner
- Re: GET or POST method?
- Prev by Date: sending email with php
- Next by Date: Can SID be trusted?
- Previous by thread: sending email with php
- Next by thread: Re: GET or POST method?
- Index(es):
Relevant Pages
|