This service returns the contents of the image at base (if specified) + url

Input ports
- url - The URL of the image to be retrieved, prefixed by base if present. If base is not specified then this parameter must contain a full URL. This is a mandatory parameter.
- base - The base of the URL for the image to be retrieved. If specified, the value is prefixed to the url parameter. This is an optional parameter.
Output ports
- contents - The contents of the image at the URL (base + ) url. The image is returned as an array of bytes.
Examples
Example workflows can be found on myExperiment showing: