Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Releases: netlogix/Netlogix.Cors

Trim trailing slashes from allowedOrigins

13 Oct 14:05
a804e12
Compare
Choose a tag to compare
Merge pull request #4 from netlogix/bugfix/trim-trailing-slashes

BUGFIX: Trim trailing slashes from allowedOrigins

Allow higher flow versions then 4.0

10 May 12:33
Compare
Choose a tag to compare
4.0.1

FEATURE: Allow higher flow versions then 4.0

Namespaces changes to match Neos

17 Nov 14:22
72cd7df
Compare
Choose a tag to compare
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

29 Mar 15:54
Compare
Choose a tag to compare

v1.0.1: [TASK] Skip fake CORS requests

30 Jun 16:04
Compare
Choose a tag to compare
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

10 Jun 16:07
Compare
Choose a tag to compare
v1.0.0

[BUGFIX] Allow all restfull http methods