Changes between Initial Version and Version 1 of Ticket #70
- Timestamp:
- 2007-07-01T03:22:59Z (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70 – Description
initial v1 1 1 Often when I share data with other people on the internet I do the following: 2 2 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 data5 -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. 6 6 7 7 This 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.) 8 8 9 9 Furls 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. 12 12