Dup Ver Goto 📝

CURL

PT2/aw/os/net does not exist
To
15 lines, 54 words, 379 chars Page 'CURL' does not exist.

POST

The general form of the curl command for making a POST request is as follows:

curl -X POST [options] [URL]

To post a file:

curl -X POST -F 'image=@/home/user/Pictures/wallpaper.jpg' http://example.com/upload

To post raw data:

curl -X POST -H "Content-Type: text/plain" --data "this is raw data" http://78.41.xx.xx:7778/