gpt4 book ai didi

bash - `curl -e` 或 `curl --referer` 是什么意思?

转载 作者:行者123 更新时间:2023-11-29 08:55:57 30 4
gpt4 key购买 nike

我见过一些例子:-

curl --referer http://example.com/bot.html http://www.cyberciti.biz/

如果我使用 curl http://www.cyberciti.biz/

有什么不同

shell 脚本类型:-

curl -e http://example.com/bot.html \ 
'http://www.cyberciti.biz/'

\ 有什么用?

最佳答案

来自 page cURL

-e, --referer <URL>

(HTTP) Sends the "Referrer Page" information to the HTTP server. This can also be set with the -H, --header flag of course. When used with -L, --location you can append ";auto" to the --referer URL to make curl automatically set the previous URL when it follows a Location: header. The ";auto" string can be used alone, even if you don't set an initial --referer.

本质上,这会告诉服务器将您发送到那里的页面。

关于bash - `curl -e` 或 `curl --referer` 是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23409952/

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