Storing Information In a URL

What is This?

My Example

 

urlHosted is an experimental web app that misuses the part after the "#" of a URL to store and read data.

The app is unhosted. See this definition from unhosted.org:

Also known as "serverless", "client-side", or "static" web apps, unhosted web apps do not send your user data to their server. Either you connect your own server at runtime, or your data stays within the browser.

This means this app neither stores nor sends any of your data to any server. Instead, the link that loads the site must bring it's own data. That data—if it can be read—will be displayed.

Notes:

Store the content of a page inside the URL and have this site render it.

Folksonomies: hacking encryption

Taxonomies:
/food and drink/food and grocery retailers/grocery stores (0.481020)
/home and garden/bed and bath/bedroom/bedding and bed linens (0.413951)
/technology and computing/programming languages/javascript (0.346911)

Keywords:
experimental web app (0.903795 (neutral:0.000000)), unhosted web apps (0.777047 (negative:-0.249904)), URL Store (0.626575 (negative:-0.404368)), site render (0.580618 (negative:-0.404368)), data (0.560888 (negative:-0.476037)), data stays (0.498836 (neutral:0.000000)), user data (0.476783 (negative:-0.249904)), server (0.393321 (negative:-0.452923)), Example (0.284614 (neutral:0.000000)), runtime (0.281003 (neutral:0.000000)), definition (0.277388 (positive:0.317400)), Information (0.274034 (negative:-0.404368)), content (0.273704 (negative:-0.404368)), page (0.273540 (negative:-0.404368)), unhosted.org (0.267650 (positive:0.317400)), stores (0.267575 (negative:-0.655942)), link (0.263511 (neutral:0.000000))

Entities:
web apps:FieldTerminology (0.916372 (negative:-0.249904))

Concepts:
World Wide Web (0.907290): dbpedia | freebase | yago
Web page (0.840006): dbpedia | freebase
Internet (0.797574): dbpedia | freebase | opencyc
Domain Name System (0.776586): freebase | dbpedia
Uniform Resource Identifier (0.597994): dbpedia | yago
The Link REIT (0.558659): yago | freebase | dbpedia

 UrlHosted Experiment: Host Content Within the URL
Electronic/World Wide Web>Internet Article:  graphicore, (September 18, 2015), UrlHosted Experiment: Host Content Within the URL, Retrieved on 2015-11-09
  • Source Material [github.com]
  • Folksonomies: hacking