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
Currently, we control cors at host level without checking methods. Need to add another level of control at method level when host is allowed. The cors.json need to be changed.
The text was updated successfully, but these errors were encountered:
stevehu
changed the title
Allow cors handler to specify which method is allowed on certain host.
Allow cors handler to specify which method is allowed.
Feb 18, 2017
We can have method level control per host but it will make the configuration to messy and hard to maintain. In most of the use cases, people just want to control methods for all hosts.
Currently, we control cors at host level without checking methods. Need to add another level of control at method level when host is allowed. The cors.json need to be changed.
The text was updated successfully, but these errors were encountered: