panwenbin / yii2-cors-options-filter
Yii2 Filter for cors options requests
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/panwenbin/yii2-cors-options-filter
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-10-06 21:41:22 UTC
README
Filter for cors options request. When Yii2 version below 2.0.15.1, options request will be handled with the action method. see commit . It should only return headers and not do the action. This filter can used at Yii2 version below 2.0.15.1.
Note: Access-Control-* options must be set in Cors Filter