graycoreio / magento2-cors

A Magento 2 module that enables configurable CORS Headers on the GraphQL and REST APIs

Home Page:https://packagist.org/packages/graycore/magento2-cors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat(rest): extend support for rest API calls with header provides.

damienwebdev opened this issue · comments

Currently, we only support GraphQL api calls, we can easily extend support to REST API calls by adding some additional configuration.

Also addressed by #12