Hi,

I discovered that my webhoster denies HTTP delete's. They suggest I
can do the same via HTTP get's.
As I explained to them I am using their Rails framework via REST and
CRUD, it seems either they don't
know what they are doing or I have to do some serious thinking.

As I am developing an web application where users can create/edit/
delete records in a database table,
I thought by using the REST method, I was following RoR guidelines.

My question is this, are they correct in saying I can use get's
instead of delete's ?

P.S Their comment was, DELETE's are very old, you can do the same with
GET's, but the HTTP return
code is different. They only allow the following requests GET POST
OPTIONS PROPFIND

TIA
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to