douyou9923 2016-10-14 13:28
浏览 140
已采纳

Golang网络拨号用户:pass @ ip:port提供:没有这样的主机

I'm trying to connect to a proxy server to start an HTTP CONNECT tunnel. The proxy server uses authentication. This code however fails to work:

conn, err := net.Dial("tcp", "[user:pass@111.222.333.444]:5555")

Even though the host exists, I get an error:

"dial tcp: lookup user:pass@111.222.333.444: no such host"

The string format I'm using was described in this post. Can't seem to get it to work though. https://stackoverflow.com/a/8858209/6767074

  • 写回答

1条回答 默认 最新

  • duanbei3704 2016-10-17 12:23
    关注

    I eventually found the problem. The net.Dial() method wasn't the one concerned with proxy authentication.

    I just had to fill in the "Proxy-Authorization" header of the request before calling for am HTTP response. So my TCP address became:

    conn, err := net.Dial("tcp", "111.222.333.444:5555")
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 目详情-五一模拟赛详情页
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line