Quote:
Originally Posted by j.p.s
I had never heard of "406 Not Acceptable". Turns out it means the browser doesn't like what it is getting from the server.
|
It's the other way around. The server returns that error based on what the browser is sending, not the browser.
Oddly enough, from my testing it seems to be related to, among other things, the "Accept-Language" header the browser sends, which is something every browser does. If I send just that header with the value "en-US" (US English), I get that error.
When I remove it, I get a captcha page.