Hi, in my latest code, i'm using the http dll, in order to get some info on a specific web page...
my problem is that this page require login, in a previous page, so I need to do some trimming of some strings...
I believe to have the login part done, but when i try to reach the login page with the login info, I get one of two error, depending on the method I use...
With method "Get":
"The strem was not readable"
With Method "POST"
"The remote server returned an error: (411) Length Required"
What does this mean, and are the results of each usable method, what do they do?
PS...My loging string is like this:
http://speed.travian.pt/dorf1.php?login="1217078018"&edb0889="GALHUDO"&ee09d76="VITOR68"&ec03ff1=""
my problem is that this page require login, in a previous page, so I need to do some trimming of some strings...
I believe to have the login part done, but when i try to reach the login page with the login info, I get one of two error, depending on the method I use...
With method "Get":
"The strem was not readable"
With Method "POST"
"The remote server returned an error: (411) Length Required"
What does this mean, and are the results of each usable method, what do they do?
PS...My loging string is like this:
http://speed.travian.pt/dorf1.php?login="1217078018"&edb0889="GALHUDO"&ee09d76="VITOR68"&ec03ff1=""