This is a beta version of migrating these workshop materials to a new platform. If you run into issues please file an issue or click on the edit link above and submit a pull request. You can use the previous version of the workshop materials as a fallback.

Image Information URI

Let’s create a URI to return the image information.

Start with the base URI (the image identifier) we used as the base for adding on parameters:

{scheme}://{server}{/prefix}/{identifier}

Now add info.json to the end. That gives us our image information request URI:

{scheme}://{server}{/prefix}/{identifier}/info.json

Example Image Information URIs

Redirection

Note that some image servers support a feature where the base URI identifier redirects to the full image information request URI.

So: {scheme}://{server}{/prefix}/{identifier}

Redirects to: {scheme}://{server}{/prefix}/{identifier}/info.json

Try these examples: