You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.
I think it is the moment to make it right and add CORS by default here as the majority may need their REST apps to be consumed by browsers. Without the Access-Control-Allow-Origin even thrown errors will cause browser to trigger CORS preflight.
The text was updated successfully, but these errors were encountered:
See yiisoft/yii2#11086 for details.
This is an issue that has been fixed in Yii 2.0 by suggesting a manual fix of order issue within docs because it was a BC.
I think it is the moment to make it right and add CORS by default here as the majority may need their REST apps to be consumed by browsers. Without the
Access-Control-Allow-Origin
even thrown errors will cause browser to trigger CORS preflight.The text was updated successfully, but these errors were encountered: