Discuss this help topic in SecureBlackbox Forum
Sends the HEAD request to server.
Declaration
Parameters
Return value
HTTP result code
Description
Use this method to send 'HEAD' request to server. This method is very similar to Get method, but in response for 'HEAD' request server doesn't send the resource, only HTTP headers, containing information about it. Use this method to get information about resource - such as Content-Length, Content-Type and others.