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
I could not find any other place to be relevant, so I'm sending this request here.
When we want to work with the network tab, most of the requests are duplicates, one for OPTIONS and one for the other method, GET or POST, etc.
The point is that we never find ourselves interested in OPTIONS. We only care about the actual request because OPTIONS is wired up once and works as expected.
But there is no way that we disable showing OPTIONS permanently. We can of course add -method:OPTIONS to the filter section, but we have to do that each and every time.
Please provide a way to filter out the OPTIONS method permanently.