The is a brilliant, minimalist solution to the problem of anonymous content management. It shifts the responsibility of data preservation from the server to the user. In an era of centralized data hoarding, this feels refreshing—but it is also unforgiving.
Yes. Rentry.co supports HTTPS. The edit code is sent as a hash fragment ( # ) which is not automatically sent to the server in the HTTP request header, adding a layer of security. rentry.co edit code
The hash ( # ) is important—it signals to the client-side JavaScript that you possess the authentication token. The is a brilliant, minimalist solution to the