Hi everyone:
I am having this problem of sending XML request to an address which starts
with "https". The problem is I always get the error message "Error opening URL
"https:......."", instead of the actual response which should be in XML format
as well.
The function I am using is "sendAndLoad()"
var servlet_address:String = "https://www.test........";
requestXML.sendAndLoad (servlet_address, responseXML);
requestXML and responseXML are objects of XML class . What function
"sendAndLoad" above does is to post variables in the "requestXML" object to
the specified URL "servelet_address". The server response is downloaded, parsed
as variable data, and the resulting variables are placed in the responseXML
object.
However, as I stated above, I always get the error message.
Does anyone can offer any solution to this problem? Any idea will be extremely
appreciated
seabw - 30 Aug 2006 17:25 GMT
Plus, I tested it on "http" which works very well.
Raymond Basque - 30 Aug 2006 17:32 GMT
The protocol triggers cross-domain issues.
http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/
wwhelp.htm?context=Flash_MX_2004&file=00001097.html