Citrix Endpoint Management Administration — Question 25
Which two protections ensure that the correct data is returned by the client? (Choose two.)
Answer options
- A. Form Field Consistency.
- B. Field Formats
- C. HTML Cross-Site Scripting (XSS)
- D. Cross-Site Request Forgeries (CSRF)
Correct answer: A, B
Explanation
Form Field Consistency and Field Formats help ensure that the data sent to the client adheres to expected structures and formats, thereby reducing errors. In contrast, HTML Cross-Site Scripting (XSS) and Cross-Site Request Forgeries (CSRF) are types of vulnerabilities that can compromise data integrity but do not directly ensure the accuracy of the data returned.