Previous Topic: Operator FailureNext Topic: Input Parameters


HTTP Head Operator

HTTP Head Operator

The HTTP Head operator sends an HTTP Head request to a URL. The HTTP Head method is similar to the HTTP Get method. The difference between the two methods is that with HTTP Head, the HTTP server does not return the resource located at the URL. The HTTP headers of the response are the same for the Head method and the Get method.

The HTTP Head method is typically used to obtain information about a resource without actually getting (transferring) it.