Created
July 4, 2014 11:46
-
-
Save sergio1990/2bce184d4fa0c61541b4 to your computer and use it in GitHub Desktop.
Betfair non-interactive login by curl
This file contains 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
curl -X POST --cert ./certs/betfair.crt --key ./certs/betfair.key https://identitysso.betfair.com/api/certlogin --header "Content-Type: application/x-www-form-urlencoded" --header "X-Application: APPLICATION_KEY" --verbose --data "username=USERNAME&password=PASSWORD" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment