FileNotFoundException while getting the InputStream object from HttpURLConnection

前端 未结 7 2147
清酒与你
清酒与你 2020-11-29 02:47

I am trying to send a post request to a url using HttpURLConnection (for using cUrl in java). The content of the request is xml and at the end point, the application proces

7条回答
  •  离开以前
    2020-11-29 03:16

    FileNotFound is just an unfortunate exception used to indicate that the web server returned a 404.

提交回复
热议问题