What do you call the entire first part of a URL?

后端 未结 8 1616
误落风尘
误落风尘 2020-12-12 23:35

If I have a URL like:

http://www.example.com:9090/test.html

Then I know that www.example.com is the host name, but what do you

8条回答
  •  -上瘾入骨i
    2020-12-13 00:12

    I don't know the name for when it has the scheme, but the hostname with the port is collectively known as the Authority. A nice explanation here.

提交回复
热议问题