/ Published in: Bash
Post in jSON
Expand |
Embed | Plain Text
#!/bin/sh # Invia un post JSON curl -v -H "Content-Type: application/json" -X POST -d '{ "param1": "one", "param2": "two"}' http://yoursite
You need to login to post a comment.
