Correct Answer - A, E.
To support CORS, API resource needs to implement an OPTIONS method to respond to the OPTIONS preflight request with the following headers.
Access-Control-Allow-Headers.
Access-Control-Allow-Origin.
Access-Control-Allow-Methods.
Option B, C & Dare incorrect as both these headers are not required to be included as a part of the OPTIONS method.