How does one simple mortal fire HTTP “HEAD” requests (as opposed to GET, POST, PUT etc.) and use the header response for next steps in Zapier?
I’m on a Premium plan, so there’s Webhooks; but those will only give me either pre-defined GET/POST/PUT, or, in custom command, GET/POST/PUT/PATCH/DELETE - neither of which is HEAD.
For the life of me, I couldn’t find the answer here in the community, so I’m most probably missing something vital about Zapier or something?
Either way, i’d like to HEAD a url and work with the response, thus putting less GET load on the receiving server. Any ideas how to do this?
Any help appreciated!