SocketIOClient-Unreal-Example icon indicating copy to clipboard operation
SocketIOClient-Unreal-Example copied to clipboard

What address is the app using to connect to socket.io

Open Utkarsh-88034 opened this issue 1 year ago • 1 comments

What Url is the unreal app finally going to use after shipping the product to connect to my socket.io server, i need to either know it and if possible change it so that i can allow that url in the cors policy of the server. Need help urgent

Utkarsh-88034 avatar Jun 11 '23 17:06 Utkarsh-88034

It's using the one specified in the url connect params. Example uses http://localhost:3000 but you can change either of those to fit your server needs.

getnamo avatar Jun 19 '23 21:06 getnamo