Closed gajdusek closed 1 month ago
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅
This does not fix the issue entirely. I am experiencing responses with missing Access-Control-Allow-Origin. Going to look into it.
Issues
2 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This does not fix the issue entirely. I am experiencing responses with missing Access-Control-Allow-Origin. Going to look into it.
It's fixed.
I have read the CLA Document and I hereby sign the CLA
LGTM, thank you!
Cherry picked to 1.8 -> https://github.com/pimcore/data-hub/commit/b71636ac4a1a4c7f03259b720f52a2f13e313543
Ensure that that dynamic Access-Control-Allow-Origin header is not cached.
This resolves issue (#895) with CORS headers being cached alongside GraphQL responses, which could cause incorrect Access-Control-Allow-Origin values for clients with different origins.