I have a Flex web app that uses a RESTful API to fetch data. In one instance, 
the server returns a 204 NO CONTENT if a requested resource is not available 
yet. 

On XP (in IE) the fault method gets fired but the status code is 0 rather than 
204 (which I don't understand) but I can trap for that and continue accordingly.

On OS X (in Safari) the result method gets fired, which kinda makes sense since 
204 is a success code.

So right now my app only works right on Windows and I'm wondering why there is 
this difference, and what the best method of fixing it is.

Anyone else noticed this, have any suggestions?

Thanks

Paul

Reply via email to