• Hyper Text Transfer Protocol
  • Fundamental communication protocol used for transferring data between a web browser (client) and web server
HTTP Methods
MethodPurpose
GETretrieve data
POSTsend data
PUTupdate data
DELETEremove data
  • 2XX - Success codes
  • 3XX - Redirection codes
  • 4xx - Client Error Codes
  • 5xx - Server Error codes