We have a client that needs us to get some XML files from a WebDav server. To list the files that are contained in that directory, Flow would need to support the PROPFIND method for HTTP requests.
I would welcome other approaches and solutions as well
As WebDav is HTTP with some extra sauce and Flow support HTTP requests, they are not that far apart. Full support for WebDav without configuring extra headers and writing XML is not my expectation at all, it would just be great to have the necessary building blocks.
Does your response mean the PROPFIND method is not planned to be added?
Are there any technical blockers for that?
If you donβt mind using third-party applications, you can use the Send HTTP request action of the Flow Companion app. This action provides WebDAV methods: