hapi-fhir-jpaserver-starter
hapi-fhir-jpaserver-starter copied to clipboard
Why there's no CORS header in cds-services?
I am trying to use cds-services.
When I try to GET https://[base_url]/cds-service
, there are CORS headers in the response header.
But, when I try to
POST https://[base_url]/cds-service/[services_id]
, there are no CORS headers in the response header.