HarmonyOS http请求报错could not find host name?

const response = await httpRequest.request('', {
  method: http.RequestMethod.GET,
  header: {},
  extraData: {}
})
阅读 434
1 个回答

这个问题是无法解析主机名,

1.传入的服务器的URL不正确。

2.网络不通畅。

3.请检查输入的服务器的URL是否合理。

4.请检查网络连接情况

logo
HarmonyOS
子站问答
访问
宣传栏