Bad Request when trying to connect to ISS 7 Express from android emulator
问题 In my IIS i have created Web Api and it's Project Url is http://localhost:54444. I am albe to connect to this Url from my browser in Windows8, however I am not able to do so in my android emulator browser via http://10.0.2.2:54444 . My android browser is able to connect to google.com. I am also trying to make an client in Eclipse using http://loopj.com/android-async-http/ library: Log.v("bopzy_debug", "Testing HTTP Connectivity"); System.out.println("123"); AsyncHttpClient client = new