HTML Forms: When to Use POST?

  • Always use POST if the form data contains sensitive or personal information.
  • The POST method does not display the submitted form data in the page address field.
  • POST has no size limitations, and can be used to send large amounts of data.
  • Form submissions with POST cannot be bookmarked.

HTML Forms: When to Use POST? — Structure map

Clickable & Draggable!

HTML Forms: When to Use POST? — Related pages: