Ah haa..!! Thank you Mr. Martin.
Now, my problem is: I can make "https:" calls from the servlet when i put
my servlet in Java Web Server. I want to know whether the data i post to the
"https" resource (say a cgi script in the secure web server) and the response
i get back are really secure or not
> Siros Supavita wrote:
>
> Hello Pankaj,
>
> Ok .. Now I clearly understand your first question. I'm not sure about this but ...
>I think that only Applet can make SSL connection ('cos it runs on Web Browser which
>has SSL mechanism) Java
> Standard API didn't provide SSL connection then Applic
Title: RE: [Re: servlet sessions and https URLs]
Hello Pankaj,
Ok .. Now I clearly understand your first question. I'm not sure about this but ... I think that only Applet can make SSL connection ('cos it runs on Web Browser which has SSL mechanism) Java Standard API didn
==
Hello Siros,
Thank you for the interest shown. I will be interested in the way Applets can
achieve what you have suggested in your reply. Could you please send me sample
code or tutorials for achieving results using Applets fo
Title: RE: servlet sessions and https URLs
Hello Pankaj,
> Hello everybody...!
>
> Two queries, please help me with all the info you know. let
> it be code, links
> to sites.. just anything..!!
>
> 1. I am accessing HTTPS (secure http) resources on the net i
Hello everybody...!
Two queries, please help me with all the info you know. let it be code, links
to sites.. just anything..!!
1. I am accessing HTTPS (secure http) resources on the net in my servlet. I do
this using URL and URLConnection objects. This does not work with any other
servlet engine