getUrl() does not support ports other than 80

getUrl() does not support ports other than 80

The Deluge reference page for getUrl() says:

     " By default, it supports websites running in port 80 and 443."

I was dumbfounded when told by Zoho support that it ONLY supports these ports!  Apparently the standard URL format of http://host:port/path is not supported at all.  It uses port 80 for the http:// scheme and port 443 for the https:// scheme and does NOT do the right thing to allow us to specify the actual port the HTTP server is running on.

This obvious shortcoming rules out using Creator with any sort of REST interface or other private network application which invariably do NOT use port 80.