From b2fa155b17805b5a7b597d4c5e5762f816f82e10 Mon Sep 17 00:00:00 2001 From: Zack Hatlen Date: Mon, 19 Sep 2022 18:08:49 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fba3d4..7902d87 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ An alternative open source woocommerce admin panel developed with [React Admin]( 4. Edit `App.js` and fill in `woocommerceUrl`, `consumerKey` and `consumerSecret` with your generated API keys 5. `yarn start` +If your API is on another domain as the JS code, you'll need to whitelist this header with an Access-Control-Expose-Headers CORS header. + +You need to allow access to the your IP number, from the firewall settings (whitelist - allowlist) of your server where your WooCommerce site is located. + ## License -Licensed under theĀ [MIT License](https://github.com/zackha/woocommerce-admin/blob/master/LICENSE) \ No newline at end of file +Licensed under theĀ [MIT License](https://github.com/zackha/woocommerce-admin/blob/master/LICENSE)