curl 网络检测查询


字数:192 阅读时长:1分钟 阅读:85

日常开发中,我们经常会使用 curl 命令来检测网络请求,查询接口数据。下面是一些常用的 curl 命令。

  1. curl ipinfo.io
1
curl ipinfo.io
  • 输出
1
2
3
4
5
6
7
8
9
10
11
>️ curl ipinfo.io
{
"ip": "119.151.151.51",
"city": "Beijing",
"region": "Beijing",
"country": "CN",
"loc": "139.975,156.3972",
"org": "AS59080 Beijing Shiwei border Technology Co., Ltd",
"timezone": "Asia/Shanghai",
"readme": "https://ipinfo.io/missingauth"
}
  1. curl cip.cc
1
curl cip.cc
  • 输出
1
2
3
4
5
6
7
8
9
10
> curl cip.cc       
IP : 119.151.151.51
地址 : 中国 北京
运营商 : 联通/电信

数据二 : 北京市

数据三 : 中国北京北京市 | 电信

URL : http://www.cip.cc/119.161.171.51
  1. “魔法”检测
1
curl -v google.com

欢迎访问:天问博客

本文作者: Tiven
发布时间: 2024-03-18
最后更新: 2024-03-22
本文标题: curl 网络检测查询
本文链接: https://www.tiven.cn/p/cd25de8b/
版权声明: 本作品采用 CC BY-NC-SA 4.0 许可协议进行许可。转载请注明出处!
欢迎留言,提问 ^_^
个人邮箱: tw.email@qq.com
notification icon
博客有更新,将会发送通知给您!