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
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.
@Jan Holthusen Have you ever been able to find a solution for this? I am facing the exact same problem right now