Rob
4
Q:

how to send http post create request using curl command

$ curl --form "[email protected]" http://locahost:8080/weather
0
$ curl -X POST -d @filename http://locahost:8080/weather
0
$ curl --data "param1=value1¶m2=value2" http://locahost:8080/weather
0
curl --data "param1=value1" --data "param2=value2" https://example.com/resource.cgi
0

New to Communities?

Join the community