As I mentioned at title. I use the following command in Windows 7 console with curl 7.51.0, the curl command return Bad Requests message to me:
curl -X POST -H "Content-Type: application/json" -d '{"value1":"www.google.com"}' https://maker.ifttt.com/trigger/{MyChannel}/with/key/{MyKey}
It's quiet weird because I sent the command in my ubuntu VMware development environment (curl v7.35.0), the command reply OK, IFTTT action work well.
Also, I use the chrome plugin - Advanced REST client(ARC) to send the web request, it also reply OK, and IFTTT action work well.
Could anyone explain what's wrong with my curl application?