Newbie Authentication Questions

2004-01-08 Thread J H
Hello all, I'm having a very difficult time understanding how to use authentication with the webdav/slide api. If anyone has ANY code they wouldn't mind sharing, it would be greatly appreciated!!! Or even a javadoc for the client in cvs. What I'm trying to do is connect to my webdav server

Re: Newbie Authentication Questions

2004-01-08 Thread Ingo Brunberg
In my understanding it should not matter if you use digest or basic authentication as these are handled transparently by httpclient. How about posting your code that uses httpclient directly? Ingo Hello all, I'm having a very difficult time understanding how to use authentication with the