com.android.volley.NoConnectionError: java.net.ProtocolException: Unexpected status line: HTTP/1.1 401.3 Unauthorized
问题 The following is my code. I got com.android.volley.NoConnectionError: java.net.ProtocolException: Unexpected status line: HTTP/1.1 401.3 Unauthorized. RequestQueue queue = Volley.newRequestQueue(this); String url = "http://echo.jsontest.com/key/value/one/two"; JsonObjectRequest getRequest = new JsonObjectRequest(Request.Method.GET, url, (String)null, new Response.Listener<JSONObject>() { @Override public void onResponse(JSONObject response) { Log.e("LOG_VOLLEY","response : "+response.toString