hapifhir / hapi-fhir-jpaserver-starter

Apache License 2.0
394 stars 1.05k forks source link

Why there's no CORS header in cds-services? #717

Open edwardlo12 opened 3 months ago

edwardlo12 commented 3 months ago

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.

image

But, when I try to POST https://[base_url]/cds-service/[services_id], there are no CORS headers in the response header.

image