Discussion:
how can i test my webdav server
FABRE Nicolas
2005-02-23 10:41:40 UTC
Permalink
Hi all

I'm a french newcomer to webdav

My question is : how can I test my webdav server typing http request ?

Do you use telnet ? I don't find it very nice to use...

I'd really like to test requests typing them by myself. I already have
tested with litmus, and some webdav clients on windows.

My server runs under apache with easyphp, on a win XP PRO.



Thx!
r***@fabula.de
2005-02-23 10:52:02 UTC
Permalink
Post by FABRE Nicolas
Hi all
I'm a french newcomer to webdav
???
Post by FABRE Nicolas
My question is : how can I test my webdav server typing http request ?
Do you use telnet ? I don't find it very nice to use...
I usually test with cadaver (but that's a comandline client and might
be uncomfortable to use from WinXP).
Post by FABRE Nicolas
I'd really like to test requests typing them by myself. I already have
tested with litmus, and some webdav clients on windows.
Hmm, hand-typing requests seems to be rather error-prone given the complex
xml used for WebDAV requests. I prefer a tool like cadaver that takes care
of the XML encoding.
Post by FABRE Nicolas
My server runs under apache with easyphp, on a win XP PRO.
HTH Ralf Mattes
Post by FABRE Nicolas
Thx!
_______________________________________________
http://dav.lyra.org/mailman/listinfo/dav-dev
Thomas Lassak
2005-02-23 11:36:38 UTC
Permalink
You can type the whole HTTP request (header + body/xml) into a file
and send it to the server via netcat (at least on Linux).

Or you use curl (also availably on Windows).
curl -X OPTIONS http://yourwebdavserver/webfolder/bar
(Haven't tried all request though)

-----Ursprüngliche Nachricht-----
Von: dav-dev-***@lyra.org [mailto:dav-dev-***@lyra.org] Im Auftrag
von ***@fabula.de
Gesendet: Mittwoch, 23. Februar 2005 11:52
An: FABRE Nicolas
Cc: dav-***@lyra.org
Betreff: Re: [dav-dev] how can i test my webdav server
Post by FABRE Nicolas
Hi all
I'm a french newcomer to webdav
???
Post by FABRE Nicolas
My question is : how can I test my webdav server typing http request ?
Do you use telnet ? I don't find it very nice to use...
I usually test with cadaver (but that's a comandline client and might be
uncomfortable to use from WinXP).
Post by FABRE Nicolas
I'd really like to test requests typing them by myself. I already have
tested with litmus, and some webdav clients on windows.
Hmm, hand-typing requests seems to be rather error-prone given the complex
xml used for WebDAV requests. I prefer a tool like cadaver that takes care
of the XML encoding.
Post by FABRE Nicolas
My server runs under apache with easyphp, on a win XP PRO.
HTH Ralf Mattes
Post by FABRE Nicolas
Thx!
_______________________________________________
http://dav.lyra.org/mailman/listinfo/dav-dev
_______________________________________________
dav-dev maillist - dav-***@lyra.org
http://dav.lyra.org/mailman/listinfo/dav-dev
Sebastian Döring
2005-02-23 12:00:12 UTC
Permalink
i´ve the same problems with xp and webdav.....
on: http://www.southrivertech.com/index.php?pg=./download/index
is a nice programm (20 days free) to use webdav with xp

perhaps you´ll need it too!?
Post by FABRE Nicolas
Post by FABRE Nicolas
My question is : how can I test my webdav server typing
http request ?
Post by FABRE Nicolas
Do you use telnet ? I don't find it very nice to use...
I'd really like to test requests typing them by myself. I
already have
Post by FABRE Nicolas
tested with litmus, and some webdav clients on windows.
Bennett, Tony - CNF
2005-02-23 15:51:31 UTC
Permalink
If you are on a *NIX system, check out the Litmus WebDav Server testing
suite,

http://www.webdav.org/neon/litmus/




________________________________

From: dav-dev-***@lyra.org [mailto:dav-dev-***@lyra.org]
On Behalf Of FABRE Nicolas
Sent: Wednesday, February 23, 2005 2:42 AM
To: dav-***@lyra.org
Subject: [dav-dev] how can i test my webdav server



Hi all

I'm a french newcomer to webdav

My question is : how can I test my webdav server typing http
request ?

Do you use telnet ? I don't find it very nice to use...

I'd really like to test requests typing them by myself. I
already have tested with litmus, and some webdav clients on windows.

My server runs under apache with easyphp, on a win XP PRO.



Thx!

Loading...