开发者

HTTP Request Error in Flex

开发者 https://www.devze.com 2022-12-26 19:35 出处:网络
I am getting a HTTP request error in Flex. Not always but sometimes. However I do see that the HTTP request was successfully sent to the backend.

I am getting a HTTP request error in Flex. Not always but sometimes. However I do see that the HTTP request was successfully sent to the backend.

I am printing the "HttpService.lastResult.Error" which has this String.

How can I get the root cause of this problem ? Apart from "HttpService.lastResult.Error" are there any other Flex Objects whose state can help me get more information as to why the Request Failed ?

Are there an开发者_如何转开发y Flex related debugging tools ?? Is there a way to print the Trace of every HTTP request that Flex makes ?


Have you tried the FaultEvent and catch it, it has some kind of message.

In Flash builder 4 there is a Network Monitor that could really help!

0

精彩评论

暂无评论...
验证码 换一张
取 消