Fecommerce CORS Bridge enables Framer websites and plugins to access WooCommerce REST API endpoints securely.
The plugin adds controlled CORS headers only for approved Framer-related domains and local development environments.
Supported origins include:
No other origins are modified.
The plugin hooks into rest_api_init and replaces the default WordPress CORS headers with ones that permit Framer origins. It also handles preflight OPTIONS requests so the browser completes the handshake before sending actual data requests.