Daniel Fournier wrote:
Syko9000 wrote: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
How do I download a page using SSL? in side a program using XPCOM or something similar... not from the browserYou can use nsIXMLHTTPRequest interface:
I'm hoping that is possible
TIA
Syko
<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
TIA
Syko
and it changed the user-agent and re-added all the useless (in this context) headers.... seems like a really stupid way for it to be acting
Syko
