I have a basic Jetty server running locally. If I pull up http://localhost/servlet1 in a web browser on my desktop, I am able to see proper content (basic html page). However, when I navigate to this site in the Android Emulator (2.2), I get the following error:
Request Error (invalid_request) Your request could not be processed.
Request could not be handled This could be caused by a misconfiguration, or possibly a malformed request.
For assistance, contact your network support team.
Any idea what the issue might be? I'm afraid to move on if this basic task doesn't work.