Skip to content

Version 0.2.0: Add CORS headers to non-preflight OPTIONS too

Latest
Compare
Choose a tag to compare
@felipemfp felipemfp released this 12 Aug 10:18
· 2 commits to master since this release

Non-preflight OPTIONS requests should work with CORS too.
This change is removing abort in actual request CORS handler for
OPTIONS request, so the client can receive the necessary headers
on such request.

See more: rs#85