首页 > 技术文章 > shell命令发送网站请求

cocoat 2017-09-27 09:05 原文

GET请求:curl "http://192.168.87.195:8888/refresh"

POST请求:curl -d "name=value" "http://192.168.87.195:8888/refresh"

推荐阅读