Hey flexers, I'm trying to figure out the best way to get a response's http status code when using NetConnection. Normally I'd watch for the NetStatusEvent but in Firefox the event contains no information regarding the http status code. Maybe there's some way I can get direct access to the headers?
In case you're wondering, I need to know when the server returns a 401, 500, etc. so I can take appropriate steps in the app. In the past we've passed that information in the actual response content and used a 200 status code but that feels less-than-optimal and makes me cringe. I'm looking for a better way. Thanks. Aaron

