Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 1Y0-341 All Questions

View all questions & answers for the 1Y0-341 exam

Exam 1Y0-341 topic 1 question 93 discussion

Actual exam question from Citrix's 1Y0-341
Question #: 93
Topic #: 1
[All 1Y0-341 Questions]

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?

  • A. HTML Cross-Site Stripling (XSS)
  • B. HTML SQL Injection
  • C. Cross-Site Request Forgeries (CSRF)
  • D. Form Field Consistency
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
thedelph
1 year ago
Selected Answer: D
D. Form Field Consistency The error message "Unable to complete request: Unrecognized field" suggests that the web application received data that it wasn't expecting, which could be an indication of an attempted injection attack. Implementing Form Field Consistency checks can help ensure that the submitted form data matches what the application expects, both in the number of fields and the type of data each field should contain. This protection can prevent various types of attacks, including but not limited to SQL Injection, by ensuring that only expected form fields are submitted and that they contain data consistent with the application's expectations.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...