Ability to add additional headers in response to an OPTIONS query
When consuming a REST web service from a JavaScript application hosted on a different domain the provider of the REST web service needs to use Access-Control-Allow-Origin to add either your domain, or use a * wildcard to support any domain, to avo...