I have a phonegapp App running on an Android emulator and I would like to access my ASP.NET MVC 4 server in order to make a log in request.
The problem is that my Emulator can't access my IIS application. I tried this :
- Use 10.0.2.2:port to refer my web site from the android navigator.
- Use my local ip address (192.168.0.1:port)
- Disabled my Firewall
- Change bindings in my configuration file in IISExpress
Despite of that, i've got a "400 bad request error invalid username"...
Can anyone help me ?