Is contentData valid XML? From: Serkan Taş <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Thursday, January 31, 2019 at 12:08 PM To: "[email protected]" <[email protected]> Subject: Re: Work on Emulation
Hi, After pressing login button I am getting the error below: [cid:[email protected]] I guess, the response handler can not handle the response string => "1.0.0;Windows 10;STATE_WORKING" Here is the part of the js that makes the request (URLLoader.js:88-93): if (contentData) { element.send(contentData); } else { element.send(); } this.dispatchEvent(new org.apache.royale.events.Event("postSend")); The "element" is type XMLHttpRequest and I can not debug that object. Thanks, Serkan
