HTTP

Hypertext Transfer Protocol, or HTTP, is what web browsers use to speak to web servers. There are two major types of HTTP requests used by browsers: GET and POST. The server receives the request and either successfully executes the action (by rendering a page or submitting a form, for example) or returns an error code. These “success” or “error” codes are called HTTP status codes.