# Storefront API allows for cross-origin resource sharing — Shopify developer changelog
---
## Storefront API allows for cross-origin resource sharing

Requests made to Storefront API from SSL provisioned domains that are registered in the domains list on the Admin Panel will now return a two new headers:

`Access-Control-Allow-Credentials: true`
`Access-Control-Allow-Origin: ${origin_domain}`

With that mechanism in place, Storefront API securely shares resources such as cookies with the browser, allowing for cart events originated from API Clients other than Online Store to be accounted for in the conversion metrics out of the box, as long as the origin request complies with CORS policy.

*Published: October 06, 2022*
Tags: API, Update
Link: https://shopify.dev/changelog/storefront-api-allows-for-cross-origin-resource-sharing

---