31
Views
2
Comments
Using PROPFIND HTTP Method for WebDAV
Question
Application Type
Service

Hi there,

I am trying to build a connector to a WebDav service. As WebDAV is an extension to standard HTTP, I am trying to find an override for the HTTP Method to set PROPFIND instead of GET/POST/PUT... 

Of course there is the alternative to use a C# extension for this, but that seems quite large overhead for just one method. Is there a best practice?

Thanks,

Jan

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

They have extended HTTP with their own verbs??? Man, just when you thought you've seen it all...

That said, I don't think it's possible with OutSystems, so an Extension seems the way to go.

UserImage.jpg
Bradley Lansink

@Jan Holthusen Have you ever been able to find a solution for this? I am facing the exact same problem right now

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.