HEAD Request

Deprecated Book

Send a HEAD Request

To send a HEAD request to a specified URL, use the following syntax:

the url is "https://example.com"
send a HEAD request to the url
the url is "https://example.com"
the query parameters is "{\"param1\":\"value1\", \"param2\":\"value2\"}"
the header is "{\"Authorization\":\"Bearer token\"}"
send a HEAD request to the url with
    the timeout is 10

Last updated

Was this helpful?