Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gateway: fix CORs headers #5893

Merged
merged 4 commits into from
Jan 8, 2019
Merged

gateway: fix CORs headers #5893

merged 4 commits into from
Jan 8, 2019

Commits on Jan 4, 2019

  1. api: let the CORs library handle CORs headers

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    543be29 View commit details
    Browse the repository at this point in the history
  2. gateway: fix CORs headers

    fixes #5138 -- always add user-agent to access-control-allow-headers.
    fixes #5888 -- same with content-type.
    fixes #5892 -- extend user-provided headers instead of overriding them.
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    82629c0 View commit details
    Browse the repository at this point in the history
  3. gateway, api: canonicalize headers from user config

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    4bbf4cc View commit details
    Browse the repository at this point in the history
  4. gateway: fix cors headers tests

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    b15cf01 View commit details
    Browse the repository at this point in the history