exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 251 discussion

Actual exam question from Cisco's 350-901
Question #: 251
Topic #: 1
[All 350-901 Questions]



Refer to the exhibit. A network engineer created a simple Python Flask application but must incorporate a CSRF token. Which code snippet must be added in the blank in the script to manually incorporate the token?

  • A. _csrf_token" value="{{ csrf_token() }}
  • B. _access_token" value="{{ csrf_token }}
  • C. _csrf_token" value="{{ csrf_grant() }}
  • D. _xss_token" value="{{ csrf_token }}
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
hatsec
Highly Voted 10 months, 4 weeks ago
answer is correct: https://flask-wtf.readthedocs.io/en/0.15.x/csrf/
upvoted 5 times
...
[Removed]
Most Recent 10 months ago
Selected Answer: A
A is correct.
upvoted 3 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 ...