These are the headers your browser carries along (at this moment):
HTTP_CONNECTION: close
HTTP_HOST: krijnhoetmer.nl
HTTP_ACCEPT_ENCODING: br,gzip
HTTP_IF_MODIFIED_SINCE: Thu, 05 Dec 2024 13:35:08 GMT
HTTP_ACCEPT_LANGUAGE: en-US,en;q=0.5
HTTP_ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_USER_AGENT: CCBot/2.0 (https://commoncrawl.org/faq/)
HTTPS: on
HTTP2: on
A huge problem for content negotiation is that Internet Explorer sends HTTP_ACCEPT: */*
. Bah :(
Thanks Mathias Bynens for your remarks ;)