Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocument preflight configuration. #563
Open
Comments
|
I just ended up creating a fitting to handling the verbs based off of swagger definition
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any documentation regarding CORS preflight requests? Seems like these should automatically be configured based on the swagger definition.
I'm looking to return the verbs defined in swagger for my resources (paths) but I can't even find how to control "preFlightContinue" option.
Thanks in advance.