From: <php...@li...> - 2012-09-08 00:06:46
|
T Enviado desde mi BlackBerry® soportado por CNT -----Original Message----- From: php...@li... Date: Fri, 7 Sep 2012 23:55:03 To: <php...@li...> Reply-To: php...@li... Subject: Re: [Php-java-bridge-users] Securing PHP/Java Bridge 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). ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |