Can servers use http headers order to catch a browser signature?
问题 I know http headers order is not significant (or at least, should not be) for the web servers to handle requests. However, I’m wondering how it is likely for servers (especially reverse-proxies or CDN) to check the headers position to legitimate a request. Let me explain. When I do a simple http request with firefox, these are my headers: GET / HTTP/1.1 Host: stackoverflow.com User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:39.0) Gecko/20100101 Firefox/39.0 Accept: text/html,application/xhtml+xml