nerdexam
Citrix

1Y0-351 · Question #136

Which expression must an engineer use to prevent compression of Cascading Style Sheets?

The correct answer is C. HTTP.RES.HEADER("Content-Type").CONTAINS("text/css"). See the full explanation below for the reasoning.

Question

Which expression must an engineer use to prevent compression of Cascading Style Sheets?

Options

  • AHTTP.RES.BODY(0).CONTAINS("text/css")
  • BHTTP.REQ.BODY(0).CONTAINS("text/css")
  • CHTTP.RES.HEADER("Content-Type").CONTAINS("text/css")
  • DHTTP.REQ.HEADER("Content-Type").CONTAINS("text/css")

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    3% (1)
  • C
    77% (23)
  • D
    13% (4)

Community Discussion

No community discussion yet for this question.

Full 1Y0-351 Practice