wisdom-framework / wisdom

A modular and dynamic web framework
http://wisdom-framework.org
Apache License 2.0
88 stars 42 forks source link

CORS : Replace wildcard with request origin header #542

Closed nicolas-rempulski closed 8 years ago

nicolas-rempulski commented 8 years ago

Wilcard in CORS configuration will no more result in wildcard in response ACCESS_CONTROL_ALLOW_ORIGIN header. The header value will now be equal to the request ORIGIN header.

Signed-off-by: nicolas-rempulski nicolas.rempulski@gmail.com