command | description |
---|---|
curl -d "name=username&password=123456" <URL> |
curl send request |
curl <URL> -H "content-type: application/json" -d "{ \"woof\": \"bark\"}" |
curl sends json |
Comments
Related
command | description |
---|---|
curl -d "name=username&password=123456" <URL> |
curl send request |
curl <URL> -H "content-type: application/json" -d "{ \"woof\": \"bark\"}" |
curl sends json |