From: <php...@li...> - 2010-08-25 09:14:06
|
Hi Daniel, > Is there a clean way to use BASIC authentication for php to java http requests? Doesn't make sense to me. Basic auth is handled by the browser/user, not a server-side script. Do you have a use-case? > looking for something more than a global set of credentials. You can declare access rules per rmi method, see EJB/JEE spec and RMI/IIOP example. Regards, Jost Bökemeier |