Hi!
Kindly help me resolve two questions.
Q 1) Does servlets support https i.e. can I make a getURL request like
https://www..........xxx.cgi
I have to invoke a CGI script on server B (which is non-java server)
from server A which has a Apache Jserv(1.0b5) on it.
The scenario is like this.
If the user chooses a particular option on the html page on the browser,
a cgi request is made (IN THE BACKGROUND WITHOUT THE USER BEING AWARE OF
IT) to a different server (server B).
i.e. The java enabled server A makes the cgi request to non-java server
B and tags along some sensistive info, over https.
Q 2) Is it possible???
Any input, pointer or info is highly appreciated.
TIA
Gaurav
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]