I'd like to implement a RESTful API which returns HTTP error codes when needed. Can ActionScript 3 handle an HTTP error code (404, 500) response which contains a JSON message in its payload?
Are there any good references that I can use as feedback for our in-house Flash front-end team?