Changes between Initial Version and Version 1 of Ticket #70


Ignore:
Timestamp:
2007-07-01T03:22:59Z (17 years ago)
Author:
zooko
Comment:

Just fixing the wikiformatting thing.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70 – Description

    initial v1  
    11Often when I share data with other people on the internet I do the following:
    22
    3 - Put the data in a directory on my web server.
    4 - Add some .htaccess fu to my webserver to get basic auth protection of the data
    5 - Mail the people a link to the data, I also put on a line following the URL the username and password necessary to access the data.
     3 * Put the data in a directory on my web server.
     4 * Add some .htaccess fu to my webserver to get basic auth protection of the data
     5 * Mail the people a link to the data, I also put on a line following the URL the username and password necessary to access the data.
    66
    77This way if a search engine grabs the link, the data won't be accessible to the whole internet. (A human needs to read the email message and locate the http auth data necessary to follow the link.)
    88
    99Furls could emulate this captcha like behavior:
    10 - have an 'incomplete' furl type; missing some critical bytes, but complete enough that the client can figure out whats going on to prompt the user for a key.
    11 - the furl would be completed with a 'key' which a user can pass out-of-link.
     10 * have an 'incomplete' furl type; missing some critical bytes, but complete enough that the client can figure out whats going on to prompt the user for a key.
     11 * the furl would be completed with a 'key' which a user can pass out-of-link.
    1212