Enablign CORs on Unity multiplay servers.

Hello!

I have a WEBGL project where I use Unity Multiplay API’S to allocate servers. The problem is that my API response is getting blocked by CORs.
I disabled CORs on my browser and it worked fine, how can I setup custom headers on the Unity multiplay servers?

Up