http://
or https://
A computer that has a CPU, RAM, and a hard drive
Rack servers
Odds are your company has many of these if they have a web server
GET /cat.jpg HTTP/1.1
1.1
refers to HTTP language 1.1HTTP/1.1 200 OK
Code | Status | Meaning |
---|---|---|
200 | OK | Everything is OK |
301 | Moved Permanently | The browser should redirect to a new location |
302 | Found | The browser should redirect to a new location |
304 | Not Modified | The browser will cache files if things don’t change to save time/bytes from requests |
401 | Unauthorized | Not authorized to view content; Could require login |
403 | Forbidden | Not able to view content |
404 | Not Found | The requested data could not be found because it doesn’t exist on the server |
500 | Internal Service Error | Not your fault; The server erred |