From: <php...@li...> - 2012-09-07 21:55:10
|
You can secure the back end using basic auth and send something like "Authorization: Basic " base64_encode(user.":".pass) but this won't solve the other problems (files, all apps running in shared memory). |