MikeAlike234
MikeAlike234

Reputation: 759

Connect to localhost with iPad

Trying to connect to localhost on my development machine with my iPad using wifi. The webserver integrated in Visual studio.

Using ip number I get from ipconfig.

192.168.1.84:1144

I'm receiving http 400 error.

I've added port 1144 as TCP/IP port on firewall.

Anybody knows what I'm doing wrong?

Upvotes: 0

Views: 1006

Answers (1)

Nihilanth
Nihilanth

Reputation: 441

does your machine have a static IP? with DHCP enabled, the ip of your machine keeps changing every now and then, so it might be the case that the address provided is no longer available!!

disconnect and reconnect to your network, then run ipconfig again and check if the IP has changed, if it has, then DHCP is enabled...

Upvotes: 1

Related Questions