Open edwardlo12 opened 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.
GET https://[base_url]/cds-service
But, when I try to POST https://[base_url]/cds-service/[services_id], there are no CORS headers in the response header.
POST https://[base_url]/cds-service/[services_id]
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.