You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. #498 enabled both CORS pre-flight and CORS requests for CORSAdaptor while originally only CORS pre-flight requests were possible. In many cases both CORS pre-flight and CORS requests are necessary and should be enabled by default.
Describe the solution you'd like
Either
change default value of supportCORSRequest to true
remove supportCORSRequest and support both CORS pre-flight and CORS requests by default.
Describe alternatives you've considered
Additional context
Thanks for contributing 🎉!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
#498 enabled both CORS pre-flight and CORS requests for CORSAdaptor while originally only CORS pre-flight requests were possible. In many cases both CORS pre-flight and CORS requests are necessary and should be enabled by default.
Describe the solution you'd like
Either
supportCORSRequest
to truesupportCORSRequest
and support both CORS pre-flight and CORS requests by default.Describe alternatives you've considered
Additional context
Thanks for contributing 🎉!
The text was updated successfully, but these errors were encountered: