From MDN:
for HTTP request methods that can cause side-effects on server data (in particular, HTTP methods other than GET, or POST with certain MIME types), the specification mandates that browsers “preflight” the request
I concluded that there are “Safe HTTP POST Methods (with certain MIME types)” based on the above statement.
Am I right? And if so, what are these MIME types?