gpt4 book ai didi

curl - 无法使用 curl 检索网址

转载 作者:行者123 更新时间:2023-12-04 22:15:50 26 4
gpt4 key购买 nike

尝试检索 URL 时 http://www.kat.ph/search/snow-patrol-shut-your-eyes/?categories%5B%5D=music
使用 curl 我收到一个错误,上面写着

curl: (3) [globbing] illegal character in range specification at pos 65



为什么会这样 ?而 [ 似乎是浏览器地址栏中的一个完全有效的字符,我如何在 curl 中检索相同的 url ?

最佳答案

curl http://www.kat.ph/search/snow-patrol-shut-your-eyes/?categories%5B%5D=music
对我来说很好用。这真的是你正在使用的吗?或者你的 curl 字符串中有 [ 吗?

更新

是的,我在 curl http://www.kat.ph/search/snow-patrol-shut-your-eyes/?categories[]=music 上遇到了同样的错误。您的浏览器在发出请求时会默默地为您编码 [](浏览器允许用户偷懒)。 cURL 期望您能够自己编码,因此需要先对 []、空格等字符进行编码。看看这个工具来编码或解码 URL http://meyerweb.com/eric/tools/dencoder/

关于curl - 无法使用 curl 检索网址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6239704/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com