Is there a way to filter out preflight/options requests in the chrome browser dev tools network tab?
CodePudding user response:
If you filter the Network pane to "Fetch/XHR" it seems to omit OPTIONS
request, and mark CORS requests' method as "GET
prefetch".