Hello, Yes I see your point from the beginning. But in order for your TCP client to talk to HTTP proxies, you need to implement the CONNECT method as you would do for a HTTP client. IOW, you need to send CONNECT command to proxy server İ(remember it only speaks HTTP!) and then get the reply and start tunneling TCP traffic.
I know what I am talking about because we developed HTTP/1.1 proxy server with CONNECT method! SZ On Wed, Nov 4, 2009 at 10:22 AM, isgbuddy <[email protected]> wrote: > Hoho, > > I think you never understand what I need! I need " Support for TCP through > HTTP proxy tunnel." not HTTP proxy. Understand? > > If you don't understand, Please go to > http://www.ararat.cz/synapse/doku.php/features. Please replay anything > after you understand it. > > > Fastream Technologies wrote: > >> Listen, I have not implemented what you said myself. However, in >> HttpProt.pas, search for "CONNECT" (case sensitive, withOUT quotes). It >> may >> not be easy--warning! >> >> Also search for the RFC of HTTP/1.1 CONNECT tunneling. >> >> Regards, >> >> SZ >> >> On Wed, Nov 4, 2009 at 9:46 AM, isgbuddy <[email protected]> wrote: >> >> >> >>> thanks. >>> >>> I searched. There don't have one method named "CONNECT" in HttpProt.pas. >>> Can you tell me what is exact method name? >>> >>> >>> Fastream Technologies wrote: >>> >>> >>> >>>> Search for the "CONNECT" method. That is the method you will need to >>>> implement for TWSocket. >>>> >>>> On Wed, Nov 4, 2009 at 9:33 AM, isgbuddy <[email protected]> wrote: >>>> >>>> >>>> >>>> >>>> >>>>> Many thanks. >>>>> >>>>> Can you tell us a piece that what's code we need copy? >>>>> >>>>> >>>>> Fastream Technologies wrote: >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>> I understood you correctly. All you need to do is to copy the >>>>>> necessary >>>>>> code >>>>>> from httpprot to wsocket. >>>>>> >>>>>> Regards, >>>>>> >>>>>> SZ >>>>>> >>>>>> On Wed, Nov 4, 2009 at 9:27 AM, isgbuddy <[email protected]> wrote: >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>> No. You maybe misunderstand. >>>>>>> >>>>>>> I need TWSocket support Http Proxy Server not THttpCli. If you ever >>>>>>> use >>>>>>> Yahoo Messenger, You will know there have "Connection Preferences". >>>>>>> >>>>>>> Please take a look at http://i34.tinypic.com/a1o9ol.jpg >>>>>>> >>>>>>> >>>>>>> Fastream Technologies wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>> HttpProt.pas has support for HTTP/1.1 CONNECT method proxies. >>>>>>>> >>>>>>>> Regards, >>>>>>>> >>>>>>>> SZ >>>>>>>> >>>>>>>> On Wed, Nov 4, 2009 at 1:13 AM, isgbuddy <[email protected]> >>>>>>>> wrote: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> TWSocket seem just support socks proxy now. Anybody know how to >>>>>>>>> support >>>>>>>>> Http proxy in TWSocket? >>>>>>>>> -- >>>>>>>>> To unsubscribe or change your settings for TWSocket mailing list >>>>>>>>> please goto >>>>>>>>> http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket >>>>>>>>> Visit our website at http://www.overbyte.be >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> -- >>>>>>>> To unsubscribe or change your settings for TWSocket mailing list >>>>>>>> please goto >>>>>>>> http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket >>>>>>>> Visit our website at http://www.overbyte.be >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> -- >>>>>> To unsubscribe or change your settings for TWSocket mailing list >>>>>> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket >>>>>> Visit our website at http://www.overbyte.be >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> -- >>>>> To unsubscribe or change your settings for TWSocket mailing list >>>>> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket >>>>> Visit our website at http://www.overbyte.be >>>>> >>>>> >>>>> >>>>> >>>>> >>>> -- >>>> To unsubscribe or change your settings for TWSocket mailing list >>>> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket >>>> Visit our website at http://www.overbyte.be >>>> >>>> >>>> >>>> >>>> >>> -- >>> To unsubscribe or change your settings for TWSocket mailing list >>> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket >>> Visit our website at http://www.overbyte.be >>> >>> >>> >> -- >> To unsubscribe or change your settings for TWSocket mailing list >> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket >> Visit our website at http://www.overbyte.be >> >> >> > > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be > -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
