Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 60
The response from a server includes the header ETag: W/`7eb8b94419e371767916ef13e0d6e63d`. Which statement is true?
Answer options
- A. The ETag has a Strong validator directive.
- B. The ETag has a Weak validator directive, which is an optional directive.
- C. The ETag has a Weak validator directive, which is a mandatory directive.
- D. The ETag has a Strong validator directive, which it is incorrectly formatted.
Correct answer: B
Explanation
The correct answer is B because the 'W/' prefix indicates that the ETag is a Weak validator, which is indeed an optional directive. Options A and C incorrectly classify the ETag as a Strong validator, while D misrepresents the format as incorrect.