How to test locally hosted websites on mobile?

  • Thread starter Thread starter Darkmisc
  • Start date Start date
  • Tags Tags
    Mobile
AI Thread Summary
To test a locally hosted website on a phone, ensure the device is connected to the same local Wi-Fi network as the computer hosting the site. If the IP address is in the private range (e.g., 192.168.x.x), it cannot be accessed from outside networks, including cellular data. If the phone is using Wi-Fi, confirm that it is on the same subnet as the computer. Solutions may involve using specific browser tools or extensions, such as those available in Firefox or Chrome, which can simulate mobile environments. If issues persist, consider creating a test folder on an existing website to upload and inspect files directly.
Darkmisc
Messages
222
Reaction score
31
TL;DR Summary
I've tried testing a locally hosted website on my phone by entering [My_IP_Address]:[PORT]. It won't load and just says "[IP_Address] took too long to respond".
Hi everyone

I'm trying to test a locally hosted website on my phone, but it won't load. I typed "ipconfig" into my cmd to get the IP address and then entered [IP_Address]:[PORT] into the browser. I've tried this a few times and all it says is "[IP_Address] took too long to respond". I've pinged the address on my computer and it responds fine.

I've also tried using a different port and adding a new rule for the port in Windows Defender.

Does anyone know what else I could try or what the issue might be?


Thanks
 
Technology news on Phys.org
Is your IP address public? If "locally" means 126.168.x.x you will not be able to get at it from outside, and your phone may well be on the outside network.
 
Is the phone using cellular data or your own local Wi-Fi network?
 
  • Like
Likes Darkmisc, FactChecker and Vanadium 50
Vanadium 50 said:
Is your IP address public? If "locally" means 126.168.x.x you will not be able to get at it from outside, and your phone may well be on the outside network.
I think it's private. It fits this description:
  • A 192.168.0.0 to 192.168.255.255 range, which is a 192.168.0.0 network masked by 255.255.0.0 or /16
Is there any way for me to test my page on a phone? I'd like to test if I can click on a phone number to make a call.
 
jtbell said:
Is the phone using cellular data or your own local Wi-Fi network?
It's using my wifi.
 
You have an IP address on your local subnet. There is no way to see that from your carrier's network - by design. What your options are depends on your phone, your carrier, your plan, your router and maybe more. While the problem is simple, the solution is not.
 
  • Like
Likes Darkmisc, FactChecker and Borg
Some browsers offer a feature to do this. But I can't remember exactly how to do it!
Some web developer browser tools include the option, and again my brain is not reminding me which ones do it!
Try googling these clues.
 
Firefox and Chrome extension Web developer by chrispedrick.
View responsive layout.
Think that works.
 
If the above doesn't work, and you have an existing website, create a folder called test on the existing site and just upload the current files to that folder to inspect the results.
 
  • Like
Likes Darkmisc and FactChecker
Back
Top