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
466 stars 55 forks source link

Update the OpenApiSpecGeneratorPlugin to ignore OPTIONS requests by default #752

Closed waldekmastykarz closed 2 months ago

waldekmastykarz commented 2 months ago

Extend the OpenApiSpecGeneratorPlugin with a new option named IncludeOptionsRequests which is set to false by default. Unless you're doing something special in OPTIONS requests, you wouldn't include them in the generated OpenAPI specs.