curl-shell-命令
Web3&Basketball
编程和运动,诗和远方
展开
-
Mac Curl命令
Mac系统自带curl命令 输出百度首页的html文件内容: curl http://www.baidu.com 保存当前网页 curl http://www.baidu.com > duang.html 发送post请求 curl -X post http://www.baidu.com原创 2017-12-12 17:05:11 · 4194 阅读 · 0 评论 -
curl -X post http://localhost:8888/bus/refresh throws HttpRequestMethodNotSupportedException "post"
在用Spring Cloud Bus、kafka实现config-server自动刷新配置的时候,执行命令:curl -X post http://localhost:8881/bus/refresh报如下错误:{"timestamp":1513070184793,"status":405,"error":"Method Not Allowed","exception":"org.springfra原创 2017-12-12 17:22:32 · 5730 阅读 · 1 评论 -
curl -X POST http://localhost:8881/bus/refresh Unauthorized Full authentication is required
在用Spring Cloud Bus、kafka实现config-server自动刷新配置的时候,执行命令:curl -X POST http://localhost:8881/bus/refresh报如下错误:{"timestamp":1513070580796,"status":401,"error":"Unauthorized","message":"Full authentication i原创 2017-12-12 17:37:24 · 10129 阅读 · 1 评论