asfadmin / thin-egress-app

API Gateway & Lambda AWS Thin Egress App
Other
17 stars 17 forks source link

PR-5790 Add CORS preflight OPTIONS request #803

Closed reweeden closed 6 months ago

reweeden commented 6 months ago

Some libraries will automatically make this OPTIONS request and we need to respond with the appropriate headers to prevent cross origin requests from being blocked.

reweeden commented 6 months ago

Yea I just added a some unit tests.