http login
I am new to programming and need to some help. I am writing a app that will play blackjack games for me on this sitehttp://www.betfairgames.com/?rfr=1738&sid=77&pi.localeId=en_GB&pi.regionId=GBR.
First thing I need to achieve is to login to the site from the app. Using a http sniffer the communication from the webpage to the server is listed below. I do I do this from my vb app ?
POST /account/login/LoginAction.do;jsessionid=2lh4q8rcua5ff HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Referer:http://www.betfairgames.com/Header.do
Accept-Language: en-gb
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.1.4322)
Host:www.betfairgames.com
Content-Length: 98
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: betexPtk=betexRegion%253DGBR%257EbetexLocale%253Den_GB%257EbetexCurrency%253DGBP%257EbetexTimeZone%253DEurope%252FLondon; userhistory=9110887621150507749284|9|Y; NSC_fyibohfxfc=0a460a150050; BetManagerShowJITHelp=true; UserPreferencesShowAvailableFunds_37901=true; Betex_37901=bmAR%3A%3Atrue%7C%7CbmAO%3A%3Afalse%7C%7CbmBI%3A%3Atrue%7C%7CbmB%3A%3Afalse%7C%7CbmNC%3A%3Afalse%7C%7CbmCo%3A%3Atrue%7C%7CbmD%3A%3Atrue%7C%7CbmESCB%3A%3Atrue%7C%7CbmFPL%3A%3Atrue%7C%7CbmLC%3A%3ARed%7C%7CbmMWMB%3A%3Atrue%7C%7CbmMB%3A%3Atrue%7C%7CbmP%3A%3Atrue%7C%7CbmPL%3A%3Atrue%7C%7CbmSPL%3A%3Atrue%7C%7CbmGSTA%3A%3Atrue%7C%7CbmGST%3A%3A60%7C%7CbmV%3A%3AtruemvM; betexPtkSess=betexRegionSessionCookie%253DGBR%257EbetexLocaleSessionCookie%253Den_GB%257EbetexTimeZoneSessionCookie%253DEurope%252FLondon%257EbetexSkin%253Dbetfair%257EbetexCurrencySessionCookie%253DGBP%257EbetexBrand%253Dbetfair; JSESSIONID=2lh4q8rcua5ff; affiliate=&rfr=1738&sid=77
languageSelector=en_GB%2CGBR&username=************&password=********&LoginBTN=Login&showHideFunds=

