nerdexam
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)
  • A
    85% (17)
  • B
    10% (2)
  • D
    5% (1)

Topics

#POST vs GET#file upload#CSRF#form submission

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice