Target host must not be null or set in parameters.scheme=null,host=null

后端 未结 1 1534
时光取名叫无心
时光取名叫无心 2021-01-02 12:52

i am getinng the following exception:

    Target host must not be null or set in parameters.scheme=null,
host=null,path=/webservices/tempconvert.asmx/Fahrenh         


        
相关标签:
1条回答
  • 2021-01-02 13:36

    This is your Host error You are passing "www.w3schools.com" in post.setHeader("host", "www.w3schools.com"); line instead you have to pass "http://www.w3schools.com"

    You can refer the same issue from here

    0 讨论(0)
提交回复
热议问题