I have a website which frequently posts data from client to server of about 3200 characters. I notice that some users of the site when visiting one page in particular will make a HEAD request with the longest of the posted values preceded by a /
. This leads to a file name too long error and 403 response code.
Is there some reason why browsers would frequently make these erroneous HEAD requests? is there a way for me to redirect those requests to the appropriate POST request?