Read-only support?
Brian Ekey
Registered Users Posts: 2 Beginner grinner
Hello,
I think this forum is fantastic! I'm trying to script a little web page integration using the REST implementation, and so far have had a great time. I do wish for one feature though:
Read Only Access
Why? The server I'm forced to use doesn't support wrapping https in php and I'm trying to index private (no-password) directories. I'm afraid someone snooping around could pick up my hash and delete all my photos! (My dream is something like two password hashes. One for read-only, and the one already implemented.) Any thoughts or better solutions to my problem?
Thank you,
-Brian
PS Or maybe make "private" "no-password" directories anonymously indexable via images.get? I realize it's a stretch of the abstraction...
I think this forum is fantastic! I'm trying to script a little web page integration using the REST implementation, and so far have had a great time. I do wish for one feature though:
Read Only Access
Why? The server I'm forced to use doesn't support wrapping https in php and I'm trying to index private (no-password) directories. I'm afraid someone snooping around could pick up my hash and delete all my photos! (My dream is something like two password hashes. One for read-only, and the one already implemented.) Any thoughts or better solutions to my problem?
Thank you,
-Brian
PS Or maybe make "private" "no-password" directories anonymously indexable via images.get? I realize it's a stretch of the abstraction...
0