Skip to content

Instantly share code, notes, and snippets.

@kouzouigh
Created October 30, 2019 09:20
Show Gist options
  • Save kouzouigh/cf50630667492e928286491b399a7bdb to your computer and use it in GitHub Desktop.
Save kouzouigh/cf50630667492e928286491b399a7bdb to your computer and use it in GitHub Desktop.
Httpie SSL POST request with SSL and Json as file
http --cert=mycert.crt --cert-key=mykey.key --verify=ca-bundle POST https://example.test/api < /path/to_file.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment