> Hi everyone,
>
> When I dropped a file from my local computer to my webdav, I discovered
that there were three requests have been sent: HEAD, PUT, and then HEAD
again.  Are the content of the first HEAD method and second HEAD method
different?  If so, what is the different from the two?  Thank you very much
for your help.
>

If no resource existed before, the first HEAD should return a 404, which the
second should return a 200 (if the PUT was successful).

Remy

Reply via email to