Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to enable CORS go to shop attributes, find SHOP_CORS_ALLOWED_ORIGINS configuration and define CSV list of allowed origins that are required.

Warning

Do not adde add leading or trailing spaces in this CSV.

Correct: "https://demo.yes-cart.org,https://localhost:8081,https://localhost:5555"

Incorrect: " https://demo.yes-cart.org,https://localhost:8081 , https://localhost:5555"

...