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 彩灯控制电路,会的加我QQ1482956179
  • ¥200 相机拍直接转存到电脑上 立拍立穿无线局域网传
  • ¥15 (关键词-电路设计)
  • ¥15 如何解决MIPS计算是否溢出
  • ¥15 vue中我代理了iframe,iframe却走的是路由,没有显示该显示的网站,这个该如何处理
  • ¥15 操作系统相关算法中while();的含义
  • ¥15 CNVcaller安装后无法找到文件
  • ¥15 visual studio2022中文乱码无法解决
  • ¥15 关于华为5g模块mh5000-31接线问题
  • ¥15 keil L6007U报错