GET and POST are the two most commonly used HTTP request methods.

Tip: While they are called HTTP methods, both GET and POST are also used in HTTPS.

One of the key ramifications of this is that when webservers log requests the requested URL is always logged.

Article image