

It is ambiguous. See this which could be either an address or address + port. 2001:db8:1::2:443
That is a valid address…expanded it would be 2001:db8:1:0:0:0:2:443 …but oh no, the intent was for it to be 2001:db8:1:0:0:0:0:2 with port 443…but you’d never know

Hmmm, this is weird. I was trying to figure out the / at the start since no one answered that. I know java’s network stack does that but it doesn’t format addresses like this example. Java formats individual addresses like
/2001:db8:0:0:0:0:0:0or if a port is included/[2001:db8:0:0:0:0:0:0]:443so it’s like…kinda a java format? Not sure