I wrote a program that, using a webbrowser, connecting to a specific site every 5 minuets. The site is on ssl with secureID security.
Is there a way to connect the site without displaying the html page? I mean something that simulate a browser http request??
This program should run all the time so it should be very light.
Thanks.