RE: [PHP] avoid Denial of Service

2009-12-14 Thread Angelo Zanetti
-Original Message- From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: 08 October 2009 04:20 PM To: Gaurav Kumar Cc: Gerardo Benitez; php-general@lists.php.net Subject: Re: [PHP] avoid Denial of Service On Thu, 2009-10-08 at 19:40 +0530, Gaurav Kumar wrote: > Not sure w

Re: [PHP] avoid Denial of Service

2009-10-08 Thread Ashley Sheridan
On Thu, 2009-10-08 at 19:40 +0530, Gaurav Kumar wrote: > Not sure what exactly you are looking for. > > Anyways, some common practice are request for API key, username / password > tokens before providing access to a service. > > Thanks, > > Gaurav Kumar > > > On Thu, Oct 8, 2009 at 7:06 PM,

Re: [PHP] avoid Denial of Service

2009-10-08 Thread Gaurav Kumar
Not sure what exactly you are looking for. Anyways, some common practice are request for API key, username / password tokens before providing access to a service. Thanks, Gaurav Kumar On Thu, Oct 8, 2009 at 7:06 PM, Gerardo Benitez wrote: > Hi everybody! > > > I want to get some tips about ho