Godot Version
4.2.1
Question
I am making a game on a mobile. It is a client-server architecture with server hosted locally in my pc while the godot application is in my phone so i can see how its rendered there.
So far i was able to set my iis to able to access it from external device through the same connection. I am using port 80 so there isn’t any port number in url.
Now my url looks like http://ipv4adress/api/…
Locally in my pc everything works fine but in my phone the result i am getting is RESULT_CANT_CONNECT.
Firstly i though there may be some issue with configuration of iis but the url works in my phone’s browser but not in the godot application.
Any help appreciated.