Note that there are some explanatory texts on larger screens.

plurals
  1. POCannot access localhost web service from Android device
    primarykey
    data
    text
    <p>I have built a web service with CakePHP for my own testing purpose. </p> <p>Now I use my real Android device to connect my web service (@localhost). At first try, I managed to load my test page. Then, I turned off the Apache server and test it to make sure it is not available. After the test was done, I restarted Apache again. However, since then my Android device cannot load my page (Web page not available). I have Digest Authentication on my web service folder and at first try, it was properly executed... </p> <p>What I've done so far is:<br> 1. Connected my localhost (<a href="http://192.168.xxx.xxx" rel="nofollow">http://192.168.xxx.xxx</a>) using my real Android device (not an emulator).<br> 2. Digest Authentication pops up.<br> 3. Enter username &amp; password. Successfully connected.<br> 4. Turned off the Apache Server.<br> 5. Try to connect my localhost again (of course, "web page not available").<br> 6. Restart the Apache Server.<br> 7. Try to connect my localhost again (reload never works again...) </p> <p>At first I thought it may be cache problem or something. So I have cleared all cache &amp; any form data of my Android's web browser and tried reload again. But it never reload again. Then, I tried to connect from another PC and it successfully connected. Only from Android device fails to reload my page. </p> <p>Is there anything I can do to solve this problem? I need to use my real Android device for debugging purpose because the emulator is too slow for the job. I have searched around and found several similar questions, but none of them didn't help because in my case, I once have successfully connected to the service. Just once failed to reload the page and never load it again...</p> <p>Thanks in advance.</p> <p><strong>* EDIT *</strong> I just tried the same sequence using Android emulator and it successfully reloaded... I have even tried another browser (Dolphin Browser) for my real device and still cannot load my page...</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload