-
-
Notifications
You must be signed in to change notification settings - Fork 578
Open
Labels
Description
When a HEAD request is received by the server, it raises an exception and this makes our server's log noisy when bots and such hit it. Ideally, this would be handled with a 405 or passed to the process_request method with an indication that it's a HEAD instead of a GET to be handled there.