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 PADS Logic 原理图
  • ¥15 PADS Logic 图标
  • ¥15 电脑和power bi环境都是英文如何将日期层次结构转换成英文
  • ¥20 气象站点数据求取中~
  • ¥15 如何获取APP内弹出的网址链接
  • ¥15 wifi 图标不见了 不知道怎么办 上不了网 变成小地球了
  • ¥50 STM32单片机传感器读取错误
  • ¥50 power BI 从Mysql服务器导入数据,但连接进去后显示表无数据
  • ¥15 (关键词-阻抗匹配,HFSS,RFID标签天线)