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

阅读 62

2022-06-20

​-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)

0 0 举报