Hide options request in chrome network

Add -method:OPTIONS to network filter.

enter image description here

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