-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Fujimoto Seiji
committed
Oct 5, 2018
1 parent
500ed50
commit 8981022
Showing
2 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters