How do I download a page using SSL? in side a program using XPCOM or something similar... not from the browser
I'm hoping that is possible
TIA
Syko
You can use nsIXMLHTTPRequest interface: <http://lxr.mozilla.org/seamonkey/source/extensions/xmlextras/base/public/nsIXMLHttpRequest.idl> and send your SSL headers directly, if you know how to process them.
Daniel
