amberframework / amber

A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
https://amberframework.org
MIT License
2.58k stars 208 forks source link

[CORS] Process Requests As Normal for Non CORS #1225

Closed eliasjpr closed 4 years ago

eliasjpr commented 4 years ago

Issue: https://github.com/amberframework/amber/issues/1224

Description of the Change

When using CORS pipe all requests are being validated as CORS.

If validation fails 403 forbidden is thrown

Changes

Side Effects