Sitecore / jss

Software development kit for JavaScript developers building web applications with Sitecore Experience Platform
https://jss.sitecore.com
Apache License 2.0
263 stars 275 forks source link

[Angular] [Next.js] Support Editing Host protection by handling OPTIONS preflight requests #1976

Closed illiakovalenko closed 4 days ago

illiakovalenko commented 4 days ago

Description / Motivation

Enabling Rendering Host protection can cause requests to be rejected by the rendering host. To address this, we have introduced support for preflight requests.

Testing Details

Types of changes