Помогите с IDHTTP
Как тоскать код HTML к примеру в RichEdit с помощью IDHTTP компонента
RichEdit1.Text := IdHTTP1.Get('http://codenet.ru');
Процедура такая
procedure TForm1.XiButton1Click(Sender: TObject);
begin
RichEdit1.Text := IdHTTP1.Get('http://yandex.ru');
end;
ps: http://yandex.ru отлично считывается тем кодом, который ты написал
pps: по части ошибки....
Connection refused.
No connection could be made because the target computer actively refused it. This usually results from trying to connect to a service that is inactive on the foreign host—that is, one with no server application running.