Is it possible to filter options requests in chrome inspector?

Yes, you can use -method:OPTIONS in the filter of the Network panel to show all methods apart from ones with type OPTIONS. If you omit the preceeding -, it will only show methods of type OPTIONS.

Before

Before

After

After

Further Reading: Documentation > Chrome DevTools > Network features reference > Filtering

Leave a Comment