I too always thought that 103 means bad address. Anyway I inserted the code below and had a try, but with the same result (i.e. error 103).
Yet, I can access other URLs from http://scripts.sil.org/; only the following one creates problems with a httpSocket, while, as I said, Internet Explorer doesnt get any error. What I think is that the following url needs some special input from the script "render_download.php". http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=ukelele_166&filename=Ukelele_1.6.6.dmg Thanks for the suggestion, >103 means connection rejected by server >In these cases you should include: > >httpSocket1.SetRequestHeader ("Host", "url without http://.com") >httpSocket1.SetRequestHeader ("Connection", "keep-alive") >httpSocket1.SetRequestHeader ("User-Agent", "Mozilla/5.0 (Macintosh; U; PPC >Mac OS X; en) AppleWebKit/125.5.7 (KHTML, like Gecko) Safari/ 125.12") >httpSocket1.SetRequestHeader ("Accept", "*/*") >httpSocket1.SetRequestHeader ("Accept-Encoding", "gzip, >deflate;q=1.0, identity;q=0.5, *;q=0") >httpSocket1.SetRequestHeader ("Accept-Language", "en, ja;q=0.50") -- Carlo _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
