Hello i just start to work on cocos creator 3.8.7 version.
I dont know why but my game client able to send request from Editor but not from Browser when i try to send a basic request to my golang server over http it asks me cors. Those are exist in editor but not in browser mode? Should i manually handle these cors?
My error is on Chrome both on android and desktop:
Access to fetch at ‘http://127.0.0.1:8080/version’ from origin ‘http://localhost:7456’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
I am asking this because i test my application with this feature
so i see unnecessary errors it makes so much noise in console.

