About URI scheme

about is an internal URI scheme (also known as a "URL scheme" or, erroneously, "protocol") implemented in various Web browsers to reveal internal state and built-in functions. It is an IANA officially registered scheme, and is standardized.[1]

In early versions of Netscape, any URI beginning with about: that wasn't recognized as a built-in command would simply result in the text after the colon being displayed. Similarly, in early versions of Internet Explorer, about: followed by a string of HTML (e.g. about:<em>hello world</em>) would render that string as though it were the source of the page — thus providing a similar (though more limited) facility to the data: URI scheme defined by RFC 2397. Still other versions of Netscape would return various phrases in response to an unknown about URI, including "Whatchew talkin' 'bout, Willis?" (a catch phrase from the TV show Diff'rent Strokes) or "Homey don't play dat!" (from a recurring skit on the TV show In Living Color).[2][3]

The most commonly implemented about URIs are about:blank, which displays a blank HTML document, and simply about:, which may display information about the browser. Some browsers use URIs beginning with the name of the browser for similar purposes, and many about URIs will be translated into the appropriate URI if entered. Examples are opera (Opera) or chrome (Google Chrome). An exception is about:blank, which is not translated.

  1. ^ "Uniform Resource Identifier (URI) Schemes". www.iana.org. Retrieved 2016-09-28.
  2. ^ Dominik Hoffmann (1996-06-14). "Special Netscape URLs for cache diagnostics?". Newsgroupcomp.infosystems.www.browsers.mac. Retrieved 2012-09-29.
  3. ^ Matthew Paul Thomas (2000-06-23). "Weird easter egg in NN 3.0 or 3.01". Retrieved 2012-09-29.