Skip to content

adds CORS request support#20

Merged
xentek merged 1 commit intomasterfrom
cors
Mar 10, 2017
Merged

adds CORS request support#20
xentek merged 1 commit intomasterfrom
cors

Conversation

@xentek
Copy link
Copy Markdown
Member

@xentek xentek commented Mar 10, 2017

  • enabled by default, this middleware will handle CORS requests from all origins.
  • configured via environment variables: CORS_ENABLED, CORS_ORIGINS,CORS_HEADERS, CORS_CREDENTIALS

fixes #4

- enabled by default, this middleware will handle CORS requests from all origins.
- configured via environment variables: `CORS_ENABLED`, `CORS_ORIGINS`,`CORS_HEADERS`, `CORS_CREDENTIALS`

fixes #4
@xentek xentek added this to the v0.0.3 milestone Mar 10, 2017
@xentek xentek merged commit 2f37838 into master Mar 10, 2017
@xentek xentek deleted the cors branch March 10, 2017 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CORS

1 participant