> Francois... here's example of what i ment: > http://nazwa.pl/whois.php?s=zb&d=google.com
This URL works perfectly with the HTTP component. > So you're saying that in similar case, there is no way to get the > content of final site? :-( I think that you missed the differences between a HTTP component and a browser. A HTTP component implement the HTTP protocol, that is it parse URL and request a "document" from a HTTP server (technical name for a web server). The document is given to the application using the HTTP component. What happend next depends on the application. For example, if the application is a browser (which of course is based on a HTTP component), and receive a HTML document (that's the case with your URL), the browser parse the HTML and "execute" it, that is do the rendering on screen and probably execute javascript and other scripting laguages, as well as loading ActiveX objects (swf player) and Java Applets. -- [EMAIL PROTECTED] http://www.overbyte.be ----- Original Message ----- From: "Ann" <[EMAIL PROTECTED]> To: "ICS support mailing" <twsocket@elists.org> Sent: Friday, April 29, 2005 9:34 PM Subject: Re: [twsocket] Redirection? [HTTPCli] > > ----- Original Message ----- > From: "Francois Piette" <[EMAIL PROTECTED]> > To: "ICS support mailing" <twsocket@elists.org> > Sent: Friday, April 29, 2005 8:54 AM > Subject: Re: [twsocket] Redirection? [HTTPCli] > > > > > Ok... i got follow redirection Enabled but it doesn't do what i thought > it > > > should do. I got a site... site with loading animation... But HTTPCli > does > > > not show the site after loading but only the loading state... :-( What > can i > > > do with that? > > > > I'm not sure I understand what you mean... > > If you load a page with an animation, you get that page and that's all. If > the page contains a HTML > > (not HTTP) relocation, it is _not_ executed by the HTTP component which > doesn't know anything about > > HTML. > > Francois... here's example of what i ment: > http://nazwa.pl/whois.php?s=zb&d=google.com > > So you're saying that in similar case, there is no way to get the content of > final site? :-( > > > > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be > -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be