<div>Seaside, where are you?<br>I am waiting for you online!<br>Have you forgotten about me?<br><br><br><br><br>On Tue, Aug 3, 2021, at 12:18 AM, Seaside wrote:<br><br>>Giving a second thought to this, I find that handling HEAD in a<br>>RESTful handler will cause a 404 when there is no route implemented<br>>for HEAD as method, which is wrong, since the HEAD should work the<br>>same for any resource defined as GET as well.<br>><br>>I think that a HEAD request should first attempt to find a specific<br>>route matching it, and if not then it should retry performing a<br>>regular GET request as a fallback, and then if there is no route<br>>return 404 or whatever status is needed.<br>><br>>Am I overthinki<br>><br></div>