GET vs. POST
When using forms it’s generally better to
use POST:
 there are limits on the maximum size of a
GET query string (environment variable)
a post query string doesn’t show up in the
browser as part of the current URL.
58