Hi all I've been examining Chrome's request headers whenever we type a URL into the address bar and I was wondering what exactly does it mean by these headers:
Accept: application/xml;q=0.9
Accept-Charset: utf-8;q=0.7
Accept-Language: en;q=0.8
This thread says it's the quality factor, so Chrome is saying it is accepting >=90% quality application/xml, >=70% quality UTF-8, and >=80% english language.
What exactly does 90% quality application/xml, 70% quality UTF-8, and 80% english language mean here?