
Refer to the exhibit. Where is the MIME type that should be followed indicated?
Refer to the exhibit. Where is the MIME type that should be followed indicated?
The x-content-type-options header is used to specify that the MIME types advertised in the Content-Type headers must be followed. This header helps in preventing MIME type sniffing, ensuring that the MIME type set by the server is respected and not altered.
Corect is : D. x-content-type-options https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options
The MIME type that should be followed is indicated in the Content-Type header of an HTTP response. - ChatGPT
https://geekflare.com/secure-mime-types-in-apache-nginx-with-x-content-type-options/
D is correct => The X-Content-Type-Options response HTTP header is a marker used by the server to indicate that the MIME types advertised in the Content-Type headers should be followed and not be changed. The header allows you to avoid MIME type sniffing by saying that the MIME types are deliberately configured.
D. x-content-type-options is an HTTP header that is used to indicate the MIME type that should be followed. It is used to prevent attacks based on MIME-type confusion.
MIME is in Content-Type