When requesting via GET, the google page request is not downloaded properly. That is, if I open the source code, there are links that I want to parse, and when I do it programmatically via Delphi 7, the Synapse or Indy component does not make a difference, I get the wrong result, that is, some other code, and there is no those links that I need.
Code :
procedure TForm1.Button1Click(Sender: TObject); var stroka: string; begin stroka := 'https://www.google.ru/?gfe_rd=cr&#q=button&start=20'; HttpGetText(stroka, mmo1.Lines); end; //нет ссылок в коде которые надо спарсить, но в исходном коде они есть