Zend
200-710 · Question #222
What are two reasons to use POST instead of GET when submitting a form? (Choose two.)
The correct answer is A. Protection from Cross-Site Request Forgery. See the full explanation below for the reasoning.
Web Features
Question
What are two reasons to use POST instead of GET when submitting a form? (Choose two.)
Options
- AProtection from Cross-Site Request Forgery
- BPOST requests can automatically encrypt data
- CA much higher content size restriction
- DPossibility to upload files
How the community answered
(20 responses)- A85% (17)
- B10% (2)
- D5% (1)
Topics
#POST vs GET#file upload#CSRF#form submission
Community Discussion
No community discussion yet for this question.