This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Releases: netlogix/Netlogix.Cors
Releases · netlogix/Netlogix.Cors
Trim trailing slashes from allowedOrigins
Allow higher flow versions then 4.0
4.0.1 FEATURE: Allow higher flow versions then 4.0
Namespaces changes to match Neos
Merge pull request #3 from netlogix/feature/update-flow-4 Feature/update flow 4
v1.0.2: Merge pull request #2 from netlogix/feature/psr-2
[TASK] Reformat code to PSR-2
v1.0.1: [TASK] Skip fake CORS requests
Unfortunately chrome XHR always adds the HTTP_ORIGIN header, no matter if its an actual cross domain request or just targets the very same location. So server side CORS handling needs to detect those and skip response handling. Otherwise every local domain would be required to be added to the "allowOrigins" section.
First public version
v1.0.0 [BUGFIX] Allow all restfull http methods