Studio CORS requests fail without OPTIONS method allowed

Been wrestling with Studio not working when hitting my local server. I realized it’s because my server didn’t support the OPTIONS method. This is fine but I wish the documentation laid out the required behavior of OPTIONS better. Would have saved me a lot of debugging time.