How can I enable REST methods (POST, GET, PUT, DELETE) for Apache 2 under Windows ?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|||
|
|
|
As I understand it, REST simply makes use of the existing HTTP protocol - so when you wnat to use a REST POST, at teh protocol layer you're really using an HTTP POST. That would mean that REST methods should be enabled by default on all web servers. Now, if you want the server to do anything interesting with REST calls, you'd still need to write a program to do interesting stuff - just like writing any other CGI program. |
|||||||
|