https request in my JAVA application ?
843811Sep 2 2003 — edited Sep 6 2003In order to retrieve the real time flow from my broker in my JAVA application I need to do a https request.
When using a web browser a window to enter username and password shows up as a result of a request to : https://clients.dubus.fr/clients/nego/crtsdm.exe?code=tnu&origine=FR
What I would like is to code/simulate this behavior in my JAVA application.
I thought that JSSE but I can not even find JAVA examples when 'username' and 'password is used'.
As you see, I am a little bit lost
Thanks in advance for your help.