serverSupportsHeadRequestMethod property
This property determines whether the server supports the HTTP HEAD method for collecting information about a document without retrieving the entire document over the network.
When set to true, this property uses the HTTP HEAD method for collecting information about a document without retrieving the entire document over the network. Support of this feature allows for more efficient protocol dialog. If the document repository server does not support the HEAD method or it does not return meaningful values for HTTP header fields such as Content-Length, Content-Type, or Last-Modified, set this property to false.
The default value is true.
Example
serverSupportsHeadRequestMethod=true