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

in_http: Implement support for CORS preflight requests #2144

Merged
merged 1 commit into from Oct 10, 2018

Commits on Oct 5, 2018

  1. in_http: Implement support for CORS preflight requests

    To receive a 'application/json' request from another origin, we need
    to be able to handle CORS preflight requests. Otherwise, browsers will
    refuse to interact with us.
    
    https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Preflighted_requests
    
    This patch adds support for the feature.
    
    Signed-off-by: Fujimoto Seiji <fujimoto@clear-code.com>
    Fujimoto Seiji committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    4fb15ae View commit details
    Browse the repository at this point in the history