Fecommerce CORS Bridge

תיאור

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:

  • https://framer.com
  • https://app.framer.com
  • https://*.plugins.framercdn.com
  • https://*.framercanvas.com
  • https://*.framer.app
  • https://*.framer.website
  • localhost environments

No other origins are modified.

Requirements

  • WordPress 5.8+
  • PHP 7.4+
  • WooCommerce plugin

How It Works

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.

התקנה

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the WordPress admin panel
  3. Use your WooCommerce REST API from Framer projects

סקירות

There are no reviews for this plugin.

מפתחים

"Fecommerce CORS Bridge" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

ניתן לתרגם את "Fecommerce CORS Bridge" לשפה שלך.

מעוניינים בפיתוח?

עיינו בקוד, ראו את הקוד ב-SVN repository, או הירשמו ללוג פיתוח באמצעות RSS.

שינויים

1.0.0

  • Initial release