UnityWebRequestException:Unknown Error  WebGL

Our app is a Unity-webGL app on a web server. This app uses UnityWebRequest to download content from Cloud Content Delivery.
Recently, I’ve been getting UnityWebRequest CORS errors even though I haven’t changed my app.
Could you tell us what kind of settings should be made on the Cloud Content Delivery side?

Networking, UnityWebRequest, WWW, Postman, curl, WebAPI, etc:

And setting up a proxy can be very helpful too, in order to compare traffic:

Thank you for replying. I observed traffic using a proxy.
If we make the UnityWebRequest on Unity Editor, 200 is returned.

But, when we make a UnityWebRequest on web local server, it returns 204.
And we do not get response information we want.