Java client app's communication with https server

M

munish

Java socket help needed !!?
how to communicate with https server via sockets.
if i want to automate interaction with a website...
like authenticating then clicking links, parsing info presented by
html etc

for example to communicate with https://icicidirect.com
i want my application to automatically login and retieve data
so that i can use it in my own way.

also later it should submit requests ( like clicking buttons) and
enter other data which normally is done by human using keyboard and
mouse on the website.

i need my application to do this.

Additional Details

4 minutes ago
how to communicate with https server via sockets.
if i want to automate interaction with a website...
like authenticating then clicking links, parsing info presented by
html etc delete

rocky Mar 18(17 hours ago):
java very well provides u the SSL things to make
secure connection..............
It is a threeway handshaking kind of stuff involves
mutual sharing of certificates.............
java gives X.509 certificates...........
i dont think u can have access to yahoo mail, hot mail...........which
needs https connection..........
You authentication will fail as it is not certificated
by VeriSign(certificate issuing authority)only certified browsers like
I-Explore,firefox can have access.....................

munish :
but then if i have to create an application making https connection,
then do i have to parse the source code of the html page received from
the server (like yahoo) and then find o be submitted and send response
as GET/POST request for logging
 
A

Andrew Thompson

Java socket help needed !!?

In future, please cross-post rather
than multi-post (or re-post).
<http://www.physci.org/codes/javafaq.html#xpost>

Note that I have x-posted this to
c.l.j.porgrammer and help, but directed
any follow-ups to c.l.j.programmer only.

As an aside, if that was a question,
the two '!' were not needed, if an
exclamation, the trailing '!?' was
not needed.

Andrew T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top