Is there a way to access the response headers from an HTTP result when using Flash/Flex's URLLoader
?
Setting the request headers is possible, as is accessing the response code, but getting a hold of the actual response headers seems to be conspicuously lacking...
Specifically, I would like to get a hold of the Last-Modified
response header.