webdav 400 bad request

G

Guest

Hi

I am trying to send a new mail via webdav using the c# example on msdn, when
the following line executes:

PUTResponse = (System.Net.HttpWebResponse)PUTRequest.GetResponse();

I get a "The remote server returned an error: (400) Bad Request." error.

Does anyone know what this could be?
 
G

Guest

put try catch around to catch the exception and look at the inner exception
(maybe will give you more detail).
 
G

Guest

The inner exception contained nothing, I'm guessing as this example is from
MSDN and is supposed to work it must be something to with the way we have
our exchange server setup. We do have Outlook Web Access running on there
fine so I don't see why WebDav should fail (unless there are some omissions
in the MSDN example).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

HTTP 400 Bad Request 1
Windows Authentication with WebDav 1
HTTP/1.1 400 Bad Request 1
WebDAV sample 1
WEBDAV 3
WebDav issue 0
Http/1.1 400 bad request 2
Intermittent http-400 Errors 2

Top