nodejs httprequest with data - getting error getaddrinfo ENOENT

后端 未结 8 1704
天命终不由人
天命终不由人 2020-12-02 22:47

Update - Answered by self

I see one has to make sure that the DNS is resolved properly from the machine, check out the node documentation to make sure that domain

8条回答
  •  萌比男神i
    2020-12-02 23:14

    Avoid all of these hostname/protocol/port/slash problems by using the request module instead of http

    https://github.com/mikeal/request

提交回复
热议问题