I am developing a cross platform app through Asp. Net Zero. My API server is running on Windows machine and I am trying to consume API on Mac. Both windows and Mac are on same wifi network.
I checked other posts and changed applicationUrl
like
"https://0.0.0.0:44301/;https://192.168.x.x:44301;http://windowsComputerName:5000/"
Its not connecting.
Even ping 192.168.x.x
gets timed out.
Is there any other network setting I should be changing to let Mac consume REST API?
Make sure your Mac is in the Same network as your device running the local Server and, Install this Tool Conveyor by Keyoti