Skip to content

Instantly share code, notes, and snippets.

@projectxcappe
Created January 16, 2018 22:15
Show Gist options
  • Save projectxcappe/6503eb46036b865e47aac287ebade6a5 to your computer and use it in GitHub Desktop.
Save projectxcappe/6503eb46036b865e47aac287ebade6a5 to your computer and use it in GitHub Desktop.
//tried as single line (failed)
curl --request POST --url http://api.lineopener.com/index.php/api/login --header 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' --form [email protected] --form password=test123
{"status":0,"msg":"Please enter email","statuscode":403}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment