Port number in juce URL

Hi,

Am I missing something, or is there no way to set or retrieve a port number in juce::URL ( for something like “http://foo:8080/bar” ) ? For completeness , a username / password could also be retrieved ( http://bar:pass@foo:8080/plop ).

Good point, I don’t think it takes any notice of the port number, which I guess it just treats as being part of the domain (?)