We are trying to hit apache airflow stable rest apis from our angular application. But we are getting CORS issue. We have set following in airflow.cfg file:
access_control_allow_headers = origin,content-type,accept
access_control_allow_methods = POST, GET, OPTIONS, DELETE
access_control_allow_origin = *
auth_backend = airflow.api.auth.backend.basic_auth
Still we are not able to see required headers in response.