Hi Dan, Error-message 404 implies that the given resource (in edtURL.Text) could not be found.
Make sure you enter the entire URL without typos, like: http://www.google.com Greetz, Peter. -----Oorspronkelijk bericht----- Van: [email protected] [mailto:[email protected]]namens GreatDayDan Verzonden: woensdag 20 mei 2009 3:04 Aan: [email protected] Onderwerp: [delphi-en] IdHTTP -> 'HTTP/1.1 404 Not Found' procedure TForm1.btnGetClick(Sender: TObject); begin strData := idhtp1.Get(edtURL.Text); mmoPage.Lines.Add(strData); end; end. ------>>>>> 'HTTP/1.1 404 Not Found' <<<<<------- What am I missing here? ---------------------------------------------------- Cya...Dan'l.

