F5 BIG-IP LTM Specialist: Maintain and Troubleshoot — Question 69

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

Answer options

Correct answer: C

Explanation

The correct answer, C, uses the HTTP_RESPONSE event, which is appropriate for modifying headers in server responses. Options A and B incorrectly use the HTTP_REQUEST event, which is meant for incoming requests, while D incorrectly checks for an exact match instead of using the 'contains' method, which is more flexible for checking content types.