PHP Java Servlet Interaction
Posted: Thu Jul 13, 2006 7:48 pm
I'm currently working on a project to link too projects together.
The front end of the project are PHP pages, which then communicates to another server somewhere which runs a program with a Java API.
Currently the PHP pages are sending information to Java Servlets, using HTTP_Request. However, this method is not very secure.
Do you know of any more secure method to bridge PHP pages on one server with with a Java API on another server?
Is there a HTTPS_Request?
Gaspard Out.
The front end of the project are PHP pages, which then communicates to another server somewhere which runs a program with a Java API.
Currently the PHP pages are sending information to Java Servlets, using HTTP_Request. However, this method is not very secure.
Do you know of any more secure method to bridge PHP pages on one server with with a Java API on another server?
Is there a HTTPS_Request?
Gaspard Out.