0
点赞
收藏
分享

微信扫一扫

Linux curl发送post请求携带form参数(Content-Type: application/x-www-form-urlencoded)

夏木之下 2022-06-20 阅读 62

​-H "Content-Type: application/x-www-form-urlencoded"​​可以省略

curl -d "param1=value1&param2=value2" -H "Content-Type: application/x-www-form-urlencoded" -X POST http://localhost:3000/data


举报

相关推荐

0 条评论