Page 1 of 1

PHP Java Servlet Interaction

Posted: Thu Jul 13, 2006 7:48 pm
by Gaspard
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.

Posted: Thu Jul 13, 2006 9:03 pm
by Weirdan
Is there a HTTPS_Request?
there is cURL

Thanks

Posted: Fri Jul 14, 2006 12:22 pm
by Gaspard
Thanks for the Reply. Initial glance looks like it more richly featured than HTTP_Request