Click to See Complete Forum and Search --> : XForms: The PUT method on Apache


amazing_andr3
04-28-2005, 05:29 PM
It is my understanding that if I go through all the trouble to get an user agent that understands XForms, I should be able to edit XHTML documents on the server with these forms.

But what about the other half of the question, will Apache understand the PUT method and do its part? (I've read somewhere that there are security *issues* with this method)

ray326
04-28-2005, 11:18 PM
There are "security issues" with any process that lets you store information on the server. Attaching a web server to the Internet produces "security issues." As long as the supporting code is good and the server is administered properly the security problems will be minimized. I think PUT is a WebDAV method.