Good Morning! In my browser, this: http://www.greatdaydan.com/COJ_Version.txt returns the contents of the file. In my app, I get the error message.
This: http://www.greatdaydan.com/COJ_Version.txt gets the ERROR. This: http://www.greatdaydan.com gets the contents of index.html. Is there something else I should be doing? Thanks...Dan'l ____________________________________ Every day with Jesus is a Great! day and He loves YOU! ----- Original Message ---- From: Peter Luijer <[email protected]> To: [email protected] Sent: Wednesday, May 20, 2009 3:07:53 PM Subject: RE: [delphi-en] IdHTTP -> 'HTTP/1.1 404 Not Found' 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. ------------------------------------ ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [email protected]! Groups Links

