SCAR Code:program httpStoof;
var
readings: string;
clntNum: integer;
begin
clntNum := InitializeHTTPClient(true, false);
AddPostVariable(clntNum, 'password', 'passwordhere');
readings := PostHTTPPageEx(clntNum, 'http://jessedstein.com/anakin.edit');
Writeln(readings);
end.
should this work if i have the correct password in?
it doesn't seem to post the password correctly as it returns the same thing it would before. thanks,
PS it doesn't seem to even post the var :?![]()





Reply With Quote
cause im attempting to do somthing.

