We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7cc97 commit dea1919Copy full SHA for dea1919
cheatsheets/HTTP_Headers_Cheat_Sheet.md
@@ -73,7 +73,7 @@ Although it is recommended to always set the `Content-Type` header correctly, it
73
> `Content-Type: text/html; charset=UTF-8`
74
75
- *NOTE:* the `charset` attribute is necessary to prevent XSS in **HTML** pages
76
-- *NOTE*: the `text/html` can be any of the possible [MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)
+- *NOTE*: the `Content-Type` can be any of the possible [MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)
77
78
### Set-Cookie
79
0 commit comments