Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
4.0.8, 4.1.3, 4.2.1, 4.3
-
None
-
None
-
MOODLE_400_STABLE, MOODLE_401_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE
-
MDL-78198-master
Description
We currently send this header when creating new curl requests if no headers were specified. We shoudn't.
It has been deprecated and should not be used any more:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Charset
Warning: Do not use this header. Browsers omit this header and servers should ignore it.
Warning: Do not use this header. Browsers omit this header and servers should ignore it.
The Accept-Charset request HTTP header was a header that advertised a client's supported character encodings. It is no longer widely used.
UTF-8 is well-supported and the overwhelmingly preferred choice for character encoding. To guarantee better privacy through less configuration-based entropy, all browsers omit the Accept-Charset header.
Attachments
Issue Links
- has been marked as being related by
-
MOBILE-4342 Stop sending the Accept-Charset header in the app
-
- Closed
-