My google app engine website is getting errors on the main url for HEAD requests because I am not accepting them. According to this, the HEAD request is for "testing hypertext links for validity, accessibility, and recent modification"
What should be my "normal" response to HEAD requests be?
I started accepting HEAD requests, to stop the errors from showing in my logs, but only on the main url.
Can someone point me in the right direction?