Skip to content

Instantly share code, notes, and snippets.

@ka8725
Created September 20, 2012 20:06
Show Gist options
  • Select an option

  • Save ka8725/3758031 to your computer and use it in GitHub Desktop.

Select an option

Save ka8725/3758031 to your computer and use it in GitHub Desktop.
➜ engine git:(master) curl -X POST http://new.private-tutor.ru/entry_submissions/orders.json
{"errors":{"_slug":["can't be blank"],"name":["can't be blank"],"phone":["can't be blank"],"email":["can't be blank"]}}%
➜ engine git:(master) curl -X POST --data "content[name]=a&content[email]=a&content[phone]=a" http://new.private-tutor.ru/entry_submissions/orders.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment