Loads a file from an URL and outputs it to STDOUT.
base-net-load-url URL
URL
Returns the contents of the resource referenced by the URL.
base-net-load-url "${service_url}"
PASSWORD=$(base-net-load-url ${PASSWORD_URL})