HyperText Transfer Protocol
Amanpreet Singh- 12115016
Language of Web
HTTP is just one of the many protocols
Requests data from a specified resource
Submits data to be processed to a specified resource
Consists of HTTP header that identifies a requests and a url.
200 - OK
301 - Moved Permanently
302 - Moved Temporarily
401 - Unauthorized
403 - Forbidden
404 - Not found
500 - Internal Server Error
There are many others...
Hackers/Attackers exploit this