Displaying 1 result from an estimated 1 matches for "fd1ccef1".
2006 May 24
2
WebDav on rails
I am trying to do webdav on rails. I already did it with PHP so it should not be
much difference.
However I have some problems.
1) When Word sends PROPFIND it sends GET request with XML inside the request
body. However I cannot seem to get this information.
request.body returns no such method even though request.inspect shows there is
instance variable called @body.
How can I access that?
2)