You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error callback gets called and the status code is 500. But on my laptop I can see with tcpdump that no packages are even received. Why does cordovaHTTP claim that the problem is on the server side and how do I track down the cause of this?
Note that when I use Google Chrome on the emulator and navigate to "http://10.0.2.2:80/" everything works fine, I see the dummy page of the Apache2 webserver which is installed on my laptop.
Best regards,
Robert
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to send a GET request from my Android emulator to the laptop on which the emulator is running:
The error callback gets called and the status code is 500. But on my laptop I can see with tcpdump that no packages are even received. Why does cordovaHTTP claim that the problem is on the server side and how do I track down the cause of this?
Note that when I use Google Chrome on the emulator and navigate to "http://10.0.2.2:80/" everything works fine, I see the dummy page of the Apache2 webserver which is installed on my laptop.
Best regards,
Robert
The text was updated successfully, but these errors were encountered: