[
https://issues.apache.org/jira/browse/FLEX-35018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15112902#comment-15112902
]
Steve Ricketts commented on FLEX-35018:
---------------------------------------
<s:HTTPService id="apiService" url="" resultFormat="text"
result="httpResult(event)" fault="httpFault(event)" />
...
url =
"http://CADE.learn.net/LMW/net/FileManager/FileManager.ashx?strCode=ORG&org_int=null&VER=1.1.15"
apiService.url = url;
apiService.send();
...
public function httpFault(event:FaultEvent):void {
var faultstring:String = event.fault.faultString;
trace(faultstring);
}
[/code]
> HTTP Service giving 2032 HTTP request errors in 14.15.0
> -------------------------------------------------------
>
> Key: FLEX-35018
> URL: https://issues.apache.org/jira/browse/FLEX-35018
> Project: Apache Flex
> Issue Type: Bug
> Components: RPC: HTTPService
> Affects Versions: Apache Flex 4.15.0
> Environment: Windows 10, FB 4.7 AIR 20 FP 20
> Reporter: Steve Ricketts
> Fix For: Apache Flex 4.14.1
>
>
> I just installed 4.15.0 and tried to run a mobile app. It worked fine in the
> debugger but when it was installed on the device, either in debug or normal
> mode, it gave the HTTP request error. I switched back to 4.14.1 and it
> works fine with no other changes that switching from 20 to 19 in the
> namespace.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)