this chapter is talking about basic web knowledge
WEB is a system including many resources identified by URL
These resources are transferred to user via HTTP
-
open the browser
- access this address
http://httpbin.org
- you may see a text page
-
open the browser
- access this address
http://httpbin.org/ip
-
you may see the following result
{ "origin": "[ your ip address ]" }