Skip to content

Instantly share code, notes, and snippets.

@sergio1990
Created July 4, 2014 11:46
Show Gist options
  • Save sergio1990/2bce184d4fa0c61541b4 to your computer and use it in GitHub Desktop.
Save sergio1990/2bce184d4fa0c61541b4 to your computer and use it in GitHub Desktop.
Betfair non-interactive login by curl
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