Henning Krause [MVP]
Guest
|
Posted:
Wed Nov 17, 2004 1:26 pm Post subject:
Re: form-based webdav authentication |
|
|
Hello,
you don't need to parse the result you get from owaauth.dll.
Just take the two cookies you get and pass them along with each WebDAV
request.
I've an article on my website on this topic:
http://www.infinitec.de/link.ashx?id=IT000021
Greetings,
Henning Krause [MVP]
==========================
Visit my website: http://www.infinitec.de
Try my free Exchange Explorer: Mistaya
(http://www.infinitec.de/?page=products)
"B?rd" <kalbakk@gmail.com> wrote in message
news:1a6fd866.0411160957.44d260cd@posting.google.com...
| Quote: | Hi
I've been trying to authenticate with OWA2003 that has form-based
authentication.
The problem is I just don't get it :)
Konqueror has webdav support and I'm able to browse my mail folder
using it. But in order to do so I have to authenticate using https and
form-based login, then konqueror can do webdav queries.
I saw an article pointing out that one needed to pass the right
arguments to owaauth.dll in order to get a cookie. I made a perl
snippet that did excatly that, and I was able to login and fetch mail
using https. The problems is that I want to use webdav, it's a lot
easier to parse xml than html:)
Do I use the cookie I get from owaauth.dll when authentication with
webdav?
I have never used webdav before so I'm not very familier with the
protocol.
Thanks for helping me out :) |
|
|