Using a Samsung SG3 to test localhost project

Hi all,

I would like to have the possibility to check forms and other stuff over a smart phone connected with a Usb cable to my developing PC.

For istance something like http://127.0.0.1:88/scriptcase/app/B2B_B2C/app_Login

Googling I founded to use 10.0.2.2:88 instead of 127.0.0.1:88 but I’m not able to make it work… ;-(

Are there apps that make it simple ?

Thanks

It’s not possible to test with WiFi? It’s the simplest way.

No.
Anybody has did this type of test ??
To copy all stuff on web server it’s very time consuming !!!
I will like to test in local connecting the smartphone

No. Alk my tests are done via wifi. But you don’t need to copy anything.

Run your app, copy the URL and access to it (changing local host for your PC ip address) from your phone connected via wifi on the same network where your PC is.

connection error

Please see image

sc1.jpg

Please note that 127.0.0.1 refer to localhost and you cannot access from outside using the same.

Hi Giorgio,
I just tried using http://10.0.2.2:88/scriptcase/app/B2B_B2C/app_Login and http://192.168.3.1:88/scriptcase/app/B2B_B2C/app_Login
but the Webpage not available is still present.

If I connect to a WAMP server on my PC (where I got mySQL database) it works using http://192.168.3.1:80

I suppose that SC runs under 88 .
Is there some settings to do under Apache to accept external access…
I’m not a technical developer … ;-(

Try to browse 192.168.3.1:88 and see what happens

I’m working under Linux with my Apache instance but you can look under NetMake/v8/components/apache/conf and see on wich port Apache is listen ( edit apachesc8.conf and search for Listen )

It’s litsening on 88 as screenshot shows. You must do an ipconfig and see the ip where scriptcase is installed.
Correct URL should be http://<ip_of_your_computer>:88/scriptcase/app/B2B_B2C/app_Login

Open ports in firewall and allow connection on antivir if apply. Probably Firewall is locking the incoming communication

Is your mobile connected to a WiFi on the same network where scriptcase is?