christiangenco/dbinbox

Allow /send_message with a GET request

christiangenco opened this issue · 2 comments

From robert s. on https://forums.dropbox.com/topic.php?id=3525&page=3 :

hi,
if it´s possible that you can save messages, to DB

it would be cool if you can create a message URL like this:

http://dbinbox.com/USERNAME?password=PW&massage=THIS%20IS%20> MY%20MESSAGE%20TO%20YOU
http://dbinbox.com/USERNAME?password=PW&massage=THIS IS MY > MESSAGE TO YOU

or a possibility to add a note with a shortcut to:

http://note.dbinbox.com/USERNAME?password=PW

witch shows a message field and a send button. Optimized > for mobiles.

greetings from stuttgart

This would also make it easier to do basic logging, which is more annoying to do with a POST.

With d36b8b3 the url format is now:

http://dbinbox.com/send/USERNAME?message=hello+world