PHP Java Servlet Interaction

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
Gaspard
Forum Newbie
Posts: 4
Joined: Sat Jul 01, 2006 10:27 pm

PHP Java Servlet Interaction

Post 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.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

Is there a HTTPS_Request?
there is cURL
Gaspard
Forum Newbie
Posts: 4
Joined: Sat Jul 01, 2006 10:27 pm

Thanks

Post by Gaspard »

Thanks for the Reply. Initial glance looks like it more richly featured than HTTP_Request
Post Reply