HTTP Head Request

Hi,

is there a way to do just a HTTP HEAD request? I want to check if a specific download was updated, but i don't want to download the whole file.

Use the HTTP Request node and set msg.method to "head" with a Change node beforehand.

Thx. Didn't try that, because i thought it only supports the methods from the list... Would be good to add it there as well IMO.

HEAD is not one of the commonly used one so it never quite made the list, but a Pull request would no problem.

Hmhm, for me more commonly used then DELETE :wink:

I created a Pull Request.

3 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.