Is there a known way to run the PROPFIND method with CFHTTP?
I've done this:
<cfhttp url="
https://example.com/webdav/" method="PROPFIND">
<cfhttpparam type="header" name="Depth" value="1">
<cfhttpparam type="xml" value='<d:propfind xmlns:d="DAV:"><d
allprop/></dpropfind>'>
</cfhttp>
But I get HTTP Method PROPFIND not supported. Thanks!