Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

F5 Networks 301b Exam - Topic 3 Question 130 Discussion

Which iRule will instruct the client's browser to avoid caching HTML server responses?
C) when HTTP_RESPONSE { if {[HTTP::header Content-Type] contains 'html'} { HTTP::header insert Pragma 'no-cache' HTTP::header insert Expires 'Fri, 01 Jan 1990 00:00:00 GMT' HTTP::header replace Cache-Control 'no-cache,no-store,must-revalidate' } }
A) when HTTP_REQUEST { if {[HTTP::header Content-Type] equals 'html'} { HTTP::header insert Pragma 'no-cache' HTTP::header insert Expires 'Fri, 01 Jan 1990 00:00:00 GMT' HTTP::header replace Cache-Control 'no-cache,no-store,must-revalidate' } }
B) when HTTP_REQUEST { if {[HTTP::header Content-Type] contains 'html'} { HTTP::header insert Pragma 'no-cache' HTTP::header insert Expires 'Fri, 01 Jan 1990 00:00:00 GMT' HTTP::header replace Cache-Control 'no-cache,no-store,must-revalidate' } }
D) when HTTP_RESPONSE { if {[HTTP::header Content-Type] equals 'html'} { HTTP::header insert Pragma 'no-cache' HTTP::header insert Expires 'Fri, 01 Jan 1990 00:00:00 GMT' HTTP::header replace Cache-Control 'no-cache,no-store,must-revalidate' } }

F5 Networks 301b Exam - Topic 3 Question 130 Discussion

Actual exam question for F5 Networks's 301b exam
Question #: 130
Topic #: 3
[All 301b Questions]

Which iRule will instruct the client's browser to avoid caching HTML server responses?

Show Suggested Answer Hide Answer
Suggested Answer: C

Contribute your Thoughts:

0/2000 characters
Darell
2 hours ago
I think it might be option A because it checks the Content-Type during the HTTP_REQUEST phase, which seems right for caching control.
upvoted 0 times
...

Save Cancel