Citrix Endpoint Management Administration — Question 91
Scenario: A Citrix Engineer reviewed the log files of a web application and found the error message below:
"Unable to complete request: Unrecognized field"
Which protection can the engineer implement to prevent this error from happening?
Answer options
- A. HTML Cross-Site Stripling (XSS)
- B. HTML SQL Injection
- C. Cross-Site Request Forgeries (CSRF)
- D. Form Field Consistency
Correct answer: D
Explanation
The correct answer is D, Form Field Consistency, because this protection ensures that all form fields expected by the application are present and correctly named, preventing errors related to unrecognized fields. The other options do not specifically address issues related to form field validation or consistency, making them less relevant to this particular error.