Hi,
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 any Flex related debugging tools ?? Is there a way to print the Trace of every HTTP request that Flex makes ?