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

【Linux curl发送post请求携带form参数(Content-Type: application/x-www-form-urlencoded)】笛里谁知壮士心,沙头空照征人骨。这篇文章主要讲述Linux curl发送post请求携带form参数(Content-Type: application/x-www-form-urlencoded)相关的知识,希望能为你提供帮助。
??-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




    推荐阅读