IPv6 localhost
::1
is the loopback address in IPv6.
Within URLs
Within a URL, use square brackets []
:
http://[::1]/
Defaults to port 80.
http://[::1]:80/
Specify port.
Enclosing the IPv6 literal in square brackets for use in a URL is defined in RFC 2732 – Format for Literal IPv6 Addresses in URL's.