Read my response. I said 

1) POST is the prefered method
2) using GET for a content sensitive site like an online banking site is
bad. I m sure you would not want to have people book marking your
session ID , or worst, the user credentials used to login and access
certain pages which are private to the authorised user.

For things like ebay which will have the ID of a given item, it's
alright to use GET but the problem is that you have to watch the number
of characters you have in the url request.

K. akimoto


Quoting kakim...@tpg.com.au:

> huh? 
> 
>  I woudlnt' use GET unless it's for something very simple such as a
> REST
> request or a way to learn CGI.
>  
> I certainly dont want people book marking a url with parameters 
> especially if i ran a banking transaction website.
> 
> Quoting Octavian Rasnita <orasn...@gmail.com>:
> 
> > From: <kakim...@tpg.com.au>
> > > Thank you:)
> > > Yep, and I am aware of GET as a form request method and yes, i
> hate
> > it.
> > 
> > Why? I knew that it should be the prefered method for the forms
> that
> > don't 
> > change anything on the server, like a search form. Isn't this
> true?
> > 
> > I ask this because I've seen many search forms that use POST and
> it
> > is 
> > impossible to bookmark the found pages, or also seen forms that use
> 
> > Javascript with POST.
> > 
> > Octavian
> > 
> > 
> > _______________________________________________
> > List: Catalyst@lists.scsys.co.uk
> > Listinfo:
> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> > Searchable archive:
> > http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> > Dev site: http://dev.catalyst.perl.org/
> > 
> > 
> > 
> 
> 
> 
> 
> _______________________________________________
> List: Catalyst@lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
> 
> 
> 




_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to