Hi,
After pressing login button I am getting the error below: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
