Skip to content

Instantly share code, notes, and snippets.

@projectxcappe
Created January 16, 2018 22:14
Show Gist options
  • Save projectxcappe/5aee83e43c8d1545be50d1469c9d3e19 to your computer and use it in GitHub Desktop.
Save projectxcappe/5aee83e43c8d1545be50d1469c9d3e19 to your computer and use it in GitHub Desktop.
//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