Hi,
I am using the following to open an HTTP session so that I can send/recieve
XML to a server on the Internet. I am on a company LAN, and I have to use
Proxy settings in browser to get out to the internet.
How do tell the following code to use a Proxy setting when making a
connection?
<cfscript>
xmlHttp.open("POST", "http://server/mycgi.cgi", false, "username",
"password");
xmlHttp.send(xmlDoc);
res = xmlHttp.responseText;
</cfscript>
Other Info:
WinNT Server 4.0, CF 4.5
Thanks,
Carl
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists