wxCURL does not work

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
virtualdreams
In need of some credit
In need of some credit
Posts: 3
Joined: Wed Nov 04, 2009 8:44 am

wxCURL does not work

Post by virtualdreams »

I have wxCURL successfully compiled with TDM mingw 4.4.1-2.

But when i run the samples for WebDAV, i become only error messages.
For Propfind with digest authentication an 401: Authorization required. URL, Username and PW are correct. On FF, IE or Thunderbird, WebDAV works perfectly.

For Propfind without Auth 405: propfind is not allowed for /

On my Homeserver with WebDAV, i become only max redirects.

Is there any solution or what goes wrong with this lib?

Code: Select all

wxCurlDAV dav("http://some-webdav-server/", "usr", "pw");
if(dav.Propfind()) {
[...]
} else {
[...]
}
Post Reply