How do I send a POST request from curl correctly? or What's the best way to make a POST request from

22 Replies, 1503 Views

If you’re on Windows, escaping quotes is a nightmare. Use `^` or switch to PowerShell’s `curl` (which is actually Invoke-WebRequest).

For auth, `-u` works, but some APIs want it in the URL like `?api_key=123`.

Messages In This Thread



Users browsing this thread: 1 Guest(s)