Re: [twsocket] Redirection? [HTTPCli]

2005-04-30 Thread Ann

- Original Message - 
From: Dan [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Saturday, April 30, 2005 12:29 AM
Subject: Re: [twsocket] Redirection? [HTTPCli]


  
  If i would like to make some exploit, i would use socks, not htttp.
  
 
 Haha, funniest mailing list post of the year.
 
Whats so funny? :-)


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


Re: [twsocket] Redirection? [HTTPCli]

2005-04-30 Thread Francois PIETTE
 Francois... here's example of what i ment:
 http://nazwa.pl/whois.php?s=zbd=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=zbd=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


RE: [twsocket] Redirection? [HTTPCli]

2005-04-29 Thread Bob Herbst
Francois,

I wrote the following this morning, to some person making the same/similar
question on using ICS HttpAsy on another Q/A site:

start of copy

The more that this question unfolds, it raises other Questions in my mind.
Are you trying to set up proxies and firewalls for yourself? For some
business?
Setting up  proxies, firewalls for a business, that information is available
elsewhere, not from me.

There are email filters that are 'Freebies' on the net.

And finally  the more that this question unfolds,  I wonder, are you trying
to set up a hacking operation using ICS? I will not participate in that
illegal venture.

...
I don't need to waste my time before a judge and jury  for assisting you in
a illegal internet hacking operation if that is what you're trying to figure
out here.

end of copy

Bob



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Francois Piette
Sent: Friday, April 29, 2005 2:55 AM
To: ICS support mailing
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.
--
[EMAIL PROTECTED]
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




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


Re: [twsocket] Redirection? [HTTPCli]

2005-04-29 Thread Ann

- 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=zbd=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


Re: [twsocket] Redirection? [HTTPCli]

2005-04-29 Thread Dan
If i would like to make some exploit, i would use socks, not htttp.
Haha, funniest mailing list post of the year.
Dan
--
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


[twsocket] Redirection? [HTTPCli]

2005-04-28 Thread Ann
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?

Thank you!
Ann



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