apigee / microgateway-plugins

Plugins for microgateway, oauth, analytics, spike arrest, etc...
Other
30 stars 54 forks source link

CORS plugin not executing properly #219

Open satishbkodali opened 2 years ago

satishbkodali commented 2 years ago

In microgateway, we have plugin sequence as

- cors
- oauth

Whenever options request reaches microgateway, the response headers are set and then the request is forwarding to oauth plugin which is wierd As per this line it should end the options request right there. But it is being sent to next plugin