Hi, We have deployed a Flex application on the web, and after a few days live testing, we have received feedbacks from some users, that they keep getting a 2032 IOError when authenticating with our server.
the authentication class we use in Flex is an HTTPService object. it communicates with an PHP script on our server. This php script then tries to talk to a RESTful API and composite an XML response back to Flex. parameters were sent as http get parameters from Flex. The strange thing is that over 80% of our users could use the application without any problem (the browser includes IE6-IE8, FF, Chrome and so on). But the rest of the users keep complaining getting this weird 2032 error (browser reported so far are IE6, IE7, and FF3). I have searched for many hours, and could not really locate a solution for this. Does anyone here have any similar experience? Thanks a lot in advance, and I am looking forward to any helpful reply. Br, Minhao

