HTTP Request Maker does not support all HTTP verbs
The HTTP Request Maker does not support all HTTP verbs. For example HEAD and OPTIONS cannot be chosen from the list of verbs.

Is there a workaround? Or could these quickly be added in the next release?
Hey @distinctgrey! We are working on a new major version of our editor and we will make sure this is fixed in it. I don't think there's a great workaround, but to help me dig more in, what is the workflow that you are you using the HTTP request maker with?
We use it quite often to quickly test endpoints, without having to write a full-blow test scenario. Including HEAD calls ;-)
Nice! 😄
But also 😞. It will get fixed, but not super soon.
Fun fact: it does seem to work in the HTTP request maker, it just does not show the "HEAD" label in the drop down.
When I execute the request, it works just as expected.