HEAD Request
This operation makes a HEAD request to the specified url.
Input Concepts
Concept
Description
Type
Required
url
The URL to make the HEAD request to.
text
Yes
headers
The headers to include in the request. For example {"Authorization": "Bearer <token>"}
. Note: If connect
is set, the "Authorization"
header will be added automatically to the request, and a manually set "Authorization"
header will be ignored.
No
Output Concepts
Concept
Description
Type
answer
The response from the HEAD request.
file
or list of
ortext
Examples
Get the headers of a post
Get the headers that have an Authentication header
Last updated
Was this helpful?