Error 103 means "Rejected by server"

You may use in these cases the headers that browsers use, for example Safari:

http.SetRequestHeader ("Host", "theunwillingsite.com") // without "http://www.";
http.SetRequestHeader ("Connection", "keep-alive")
http.SetRequestHeader ("User-Agent", "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.7 (KHTML, like Gecko) Safari/125.12")
http.SetRequestHeader ("Accept", "*/*")
http.SetRequestHeader ("Accept-Encoding", "gzip, deflate;q=1.0, identity;q=0.5, *;q=0")
http.SetRequestHeader ("Accept-Language", "en, ja;q=0.50")

Johan Simons

On 31/03/2006, at 7:42 AM, Carlo Rubini wrote:

I have this particular URL:

http://scripts.sil.org/cms/scripts/render_download.php? site_id=nrsi&format=file&media_id=ukelele_166&filename=Ukelele_1.6.6.d mg

InternetExplorer downloads the file ("Ukelele_1.6.6.dmg") all right, while calling httpSock.Get(theAboveUrl) I get error 103

Any suggestion how to resolve this kind of urls?

Thanks,
--
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>


_______________________________________________
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>

Reply via email to