Daniel Fournier wrote:
Syko9000 wrote:

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

is there another way of doing this? because, I'm sending a 'PROPFIND / HTTP/1.1' and I get back an 'HTTP/1.1 302 Object Moved' which is fine... but the XMLHttpRequest Object then takes it upon itself to request it again from the new location... but it requests using GET... not PROPFIND ... unless there is a way to stop that ... I need a different way

TIA

Syko


Reply via email to