CBRCOR Exam QuestionsBrowse all questions from this exam

CBRCOR Exam - Question 104


Refer to the exhibit. Where is the MIME type that should be followed indicated?

Show Answer
Correct Answer: D

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.

Discussion

6 comments
Sign in to comment
tukan
May 1, 2023

Corect is : D. x-content-type-options https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options

DrVoIP
Aug 18, 2024

The MIME type that should be followed is indicated in the Content-Type header of an HTTP response. - ChatGPT

kyle942
Mar 24, 2024

https://geekflare.com/secure-mime-types-in-apache-nginx-with-x-content-type-options/

DrVoIP
Jun 27, 2024

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.

ETSecOption: D
Jul 21, 2024

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.

27ea763Option: D
Jan 23, 2025

MIME is in Content-Type