Just to be an HTTP stickler: GET is idempotent. If you want to change the state 
of 
something on the server (which DELETE implies), POST is a much better option.

Justin

--- In [email protected], "Samuel R. Neff" <[EMAIL PROTECTED]> wrote:
>
> 
> You don't need to buy FDS if all you need is a proxy.  You could build your
> own in any server-side language like Java, .NET, PHP, CF, Perl, whatever and
> make GET calls that you then translate to DELETE calls.
> 
> Sam
>  
> 
> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of brian.knorr
> Sent: Friday, November 03, 2006 3:05 PM
> To: [email protected]
> Subject: [flexcoders] Re: httpservice method="DELETE" does not work
> 
> Thanks for the clarification.  Any idea if there are plans to have flash
> fully support the other request methods like DELETE?  
> Currently we don't have the option of spending $20K per CPU for FDS just to
> get REST support.
> 
> Thanks,
> 
> Brian
>


Reply via email to