标签: javascript python get request
如何按照以下说明进行GET请求:https://noopschallenge.com/challenges/hexbot?我从没做过
我尝试在cmd(Windows)中编写GET,但没有成功
答案 0 :(得分:1)
使用curl从终端发出http请求
curl
这是一个非常强大的工具,您应该在Google上进行搜索,但是基本的GET请求如下所示:
curl --request GET https://noopschallenge.com/challenges/hexbot