HttpPost works in Java project, not in Android

前端 未结 4 1786
无人共我
无人共我 2020-12-01 15:36

I\'ve written some code for my Android device to login to a web site over https and parse some data out of the resulting pages. An HttpGet happens

4条回答
  •  误落风尘
    2020-12-01 15:58

    to avoid the collisions use this jar for httpclient

    httplib

    and this post would also be very useful

    stack overflow post

提交回复
热议问题