Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Data Integration / August 2006



Tip: Looking for answers? Try searching our database.

Sending XML request to a secure server (https) ?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
seabw - 30 Aug 2006 17:21 GMT
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

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.