本例中如何发出GET请求

时间:2019-06-12 13:02:23

标签: javascript python get request

如何按照以下说明进行GET请求:https://noopschallenge.com/challenges/hexbot?我从没做过

我尝试在cmd(Windows)中编写GET,但没有成功

1 个答案:

答案 0 :(得分:1)

使用curl从终端发出http请求

这是一个非常强大的工具,您应该在Google上进行搜索,但是基本的GET请求如下所示:

curl --request GET https://noopschallenge.com/challenges/hexbot