首页  >  文章  >  后端开发  >  为什么我无法在 Go Playground 中发出 HTTP 请求?

为什么我无法在 Go Playground 中发出 HTTP 请求?

Mary-Kate Olsen
Mary-Kate Olsen原创
2024-11-04 05:30:01325浏览

Why Can't I Make HTTP Requests in the Go Playground?

HTTP 协议在 Go Playground 中不可用

执行 http://golang.org/pkg/net/http 中提供的示例时/#example_Get,出现错误:

2009/11/10 23:00:00 Get http://www.google.com/robots.txt: dial tcp: Protocol not available

与其他平台不同,Go Playground 不支持 HTTP 请求作为安全措施。实施此限制是为了防止不安全的连接和潜在的恶意活动。

因此,无法解决 Go Playground 本身内的错误。要使用 net/http 包执行 HTTP 请求,您需要创建一个单独的独立程序或使用替代环境。

以上是为什么我无法在 Go Playground 中发出 HTTP 请求?的详细内容。更多信息请关注PHP中文网其他相关文章!

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn