This entry was posted on Friday, April 29th, 2005 at 8:31 am and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.
Nice use case for URLs! Talking about storing data in URLs, what about storing XML? Try this one: http://tinyurl.com/5e9q7. And yes, the XML document that gets returned is 100% stored in the URL. How? Tinyurl.com expends the URL to a longer one that contains the XML document compressed and encoded in base64. The expended URL points to a site that performs the decoding and returns the XML data. You can give it a try (http://www.orbeon.com/ops/goto-example/xml-to-url) with your own XML documents.
My 19 commits to the Apache Lucene project back in 2007 are the gift that keeps on giving, really ;-) https://t.co/21XNrXHsWy1 hour ago
RT @Adobe: We’re deeply saddened to share that our beloved co-founder, Dr. Chuck Geschke, has passed away. Chuck was a hero and guiding lig… 1 day ago
RT @iamamoose: I wrote a blog about how recent changes in CVE automation help us get vulnerabilities published quicker and easier 6 days ago
RT @adrocknaphobia: We're growing our Product team leading @Adobe's cloud infrastructure and developer experience. This is a really great t… 6 days ago
Nice use case for URLs! Talking about storing data in URLs, what about storing XML? Try this one: http://tinyurl.com/5e9q7. And yes, the XML document that gets returned is 100% stored in the URL. How? Tinyurl.com expends the URL to a longer one that contains the XML document compressed and encoded in base64. The expended URL points to a site that performs the decoding and returns the XML data. You can give it a try (http://www.orbeon.com/ops/goto-example/xml-to-url) with your own XML documents.
Alex
The “data:” protocol has its own RFC (http://www.ietf.org/rfc/rfc2397.txt) and its base64 form is a requirement in SVG, to allow embedded images in xlink:href attributes (http://www.w3.org/TR/SVG/conform.html#ConformingSVGViewers)
This makes me think… we should add this protocol to Cocoon :-)