URI (Universal Resource Identifier) for Looker embed

Knowledge Drop

Last tested: Jul 3, 2018
 

A Uniform Resource Identifier (URI) is a string of characters used to identify a resource within a network of computers, such as the World Wide Web. A Uniform Resource Locator (URL) is a kind of URI that also implies the means for retrieving the referenced resource.

A URI takes the following generalized form:

scheme:[//[user:password@]host[:port]][/]path[?query][#fragment]

You can read more about the components of the generalized form here, but for Looker URLs we can pare this down to something more specific:

scheme://host[:port]/path[?query]

If your path or query strings contain special characters like '/' or '?', you'll need to percent-encode them so that they won't be confused with URI syntax elements. For example, '/' turns into '%2F' and '?' turns into '%3F'. You can easily encode and decode URLs with simple online tools, like this one.

This content is subject to limited support.                

Version history
Last update:
‎05-07-2021 09:48 AM
Updated by: