Hello everybody
I try to connect to WebDAV. The URL therefore is for example '
https://mywebdav.myserver.ch/mydocs'
If I make a call with 'loHttp.SynchronousRequest("mywebdav.myserver.ch/mydocs", 443, 1, loReq)' the / will be removed and the connect has no success.
The message shows 'WSAHOST_NOT_FOUND No such host is known. hostOrlpAddr: mywebdav.myserver.chmydocs'
Without the '/mydocs' the connect ist successfull, but I have no permissions because I'm not in the correct folder.
How do I have to connect in the folder mydocs?
Thanks for any help