Thoughts of a 40 years old software developer
Add -method:OPTIONS to network filter.
-method:OPTIONS
Pre-flight requests are via the HTTP OPTIONS method (opposed to POST or GET). Filter says “not method OPTIONS”.
PS: You will not see those option request if you try to make request with POSTMAN