Reply to Mr.Anderson (re: security)
The API has an "https://...." URL. All data transferred between the API and a remote host is encrypted using SSL. It is reasonable to assume that the security of the API is similar to the website as far as sending your username and password is concerned.
(Note: This is IMHO. You could perhaps seek further info from Betfair re security.)
It certainly is good policy not to hard-code your username & password, particularly if other people have access to your computer. You could perhaps use a couple of TextBoxes to login and logout as required. Thewhistler devised a way to do this using a separate Login form. See here.
The API has an "https://...." URL. All data transferred between the API and a remote host is encrypted using SSL. It is reasonable to assume that the security of the API is similar to the website as far as sending your username and password is concerned.
(Note: This is IMHO. You could perhaps seek further info from Betfair re security.)
It certainly is good policy not to hard-code your username & password, particularly if other people have access to your computer. You could perhaps use a couple of TextBoxes to login and logout as required. Thewhistler devised a way to do this using a separate Login form. See here.


Comment