microsoft / dev-proxy

Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path.
https://aka.ms/devproxy
MIT License
471 stars 56 forks source link

Update the ApiCenterOnboardingPlugin to ignore OPTIONS requests #724

Closed waldekmastykarz closed 3 months ago

waldekmastykarz commented 3 months ago

Typically, OPTIONS requests are just generic CORS requests and are not explicitly mentioned in the API spec. We should update the ApiCenterOnboardingPlugin so that it ignores OPTIONS requests and doesn't produce unnecessary positives.