Hi all, I get this code 411 while executing webdave method like SearchMethod. can any body put some light on it, what could be the possible reason. Thanks Milind
Hello, how do you send your request to the server? According to the MSDN documentation, a 411 erro rindicates a missing Length-header. Greetings, Henning Krause "mi_exchange" wrote in message news:a861e2421567c2e25710446054a9b057@localhost.talkaboutsoftware.com... > > Hi all, > > I get this code 411 while executing webdave method like SearchMethod. > > can any body put some light on it, what could be the possible reason. > > Thanks > Milind > >
Hi Henning, I saw this thing in Web dav error codes.I got to know that it occures becaue of Content-Length header in the request. Now i am not getting any problem with that. Thanks for your reply. Milind