How do I send a POST request from curl? Need help with the syntax! or What’s the correct way to make

20 Replies, 1848 Views

For debugging, don’t forget `curl -i` to include headers in the response. Sometimes the error is in the headers, not the body!

And yeah, `-d` and `--data` are interchangeable. Just pick one and stick with it.

Messages In This Thread



Users browsing this thread: 1 Guest(s)