Hello,
I'm trying to login to a website, named Maxithlon.com, to get xml data from that site. So I can make a program for the users. The only problem is, I can't get the connection.
This is the login
string query:
http://www.maxithlon.com/maxi-xml/login.php?user=Gynnad&scode=1q2w3e4r
Where Gynnad is the username and 1q2w3e4r is the securitycode.
First I thought it was a POST-method but it isn't, so this code isn't right, but is what i had:
and this was the result of that code:
Can someone help me with a explanation/tutorial or something?
Thanks!