Skip to content

Instantly share code, notes, and snippets.

@abhilater
Created November 14, 2017 06:26
Show Gist options
  • Save abhilater/a801a1674271e4e4b13bf6bbfcc95d17 to your computer and use it in GitHub Desktop.
Save abhilater/a801a1674271e4e4b13bf6bbfcc95d17 to your computer and use it in GitHub Desktop.
[curl] Curl snippets #curl
# Form post
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d "name=Abhishek&email=abhilater@gmail.com&comments=Hi bhai" http://ayaneshuadvisors.com/php/contact.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment