realbasic-nug
[Top] [All Lists]

Re: URLs treatment

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: URLs treatment
From: Alexander Bauza <alexander at auyantepui dot com>
Date: Fri, 31 Mar 2006 11:54:21 -0400
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <a05111b00c05270b72051 at [203 dot 112 dot 199 dot 127]> <B8B54CF7-3170-475E-8462-9462B5D89782 at cuci dot nl> <B02C245D-8AD3-453B-BFFD-E5F1062BD37A at mobleybros dot com>
A few month ago I made this question and the answer was:

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")

HTH,

Alexander


At 11:45 a.m. 31/03/2006, you wrote:
On Mar 30, 2006, at 11:53 PM, jis wrote:

Error 103 means "Rejected by server"

This explanation is quite unlikely (though possible) for a web
server.  Usually for HTTPSockets Error Code #103 means that the
server cannot be found (like a bad URL).  Normally a webserver would
use one of the HTTPStatus codes (such as #501) to notify the user
that the requested URL is forbidden.

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


<Prev in Thread] Current Thread [Next in Thread>