Hi,
habe mich bis gestern immer wie folgt auf einer homepage eingeloggt:
Delphi-Quellcode:
IdHTTP1.Request.UserAgent := 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)';
IdHTTP1.HandleRedirects := True;
IdHTTP1.RedirectMaximum := 15;
s:=tstringlist.create;
s.Add('username=....');
s.Add('password=....');
s.Add('login=Login');
s.Add('redirect=');
memo1.lines.text:=IdHttp1.Post('***/login.php',s);
Doch jetzt hab ich die neue version von firefox installiert und nun klappt das mit dem browser imitieren nicht mehr.
was muss ich bei "IdHTTP1.Request.UserAgent" eintragen, damit das wieder läuft?
Meine Version: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12