-
-
Save projectxcappe/5aee83e43c8d1545be50d1469c9d3e19 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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