Re: [Simpleweb-Support] Help needed.
Brought to you by:
niallg
From: Fábio M. <fab...@gm...> - 2010-09-27 14:30:52
|
Sorry, But that code is property of my company and so I cannot give it to you. Try to code it, if not using HTTPS is not that hard. P.S.: I already made a simple example using Simple with SSL in this mailing list, you can use that for starting. Regards, Fábio Matos 2010/9/27 Arshad Ansari <ars...@gm...> > > Thanks for the reply. > Do you have a working copy of your project? or any place from where I > can check out the code. I would really appreciate it. I must be able > to decide quickly. The other option is xLightWeb, which provides both > the HTTPServer as well as HTTPClient. However, it has a learning > curve. I'm running out of time, which is why looking for the simplest > solution that would allow me to stop myself from reinventing the > wheel, otherwise, I'll have to code those classes myself. > Thanks and regards, > Arshad > > 2010/9/27 Fábio Matos <fab...@gm...>: > > Hi, > > > > I did a project using Simple and HttpClient > > (http://hc.apache.org/httpcomponents-client-ga/index.html) to make an > > HTTP proxy. > > > > Basicly what I did was Simple talked with the Client and HttpClient > > talked with the destination server. The real work was converting the > > messages from Simples to HttpClient and back. > > Also, making it support HTTPS was no peach. One side note, using > > HTTPS, because Simple does not support the CONNECT handshake, you > > cannot use it directly as browser proxy with HTTPS. > > > > Client <----> Simple <-- convertion layer --> HttpClient <----> Server > > > > Hope it helps. > > > > Regards, > > Fábio Matos > > > > > > 2010/9/26 Arshad Ansari <ars...@gm...> > >> > >> Hello, > >> I'm new to Simple and I am trying to create the asynchronous proxy > >> example. Can anyone please point me to the documentation or tutorials > >> that I can follow. Or do I have to peep into source code to understand > >> how it really works? I need to create that example as a proof of > >> concept for my project. Any help will be extremely appreciated. > >> Thanks and regards, > >> Arshad. > >> > >> ------------------------------------------------------------------------------ > >> Start uncovering the many advantages of virtual appliances > >> and start using them to simplify application deployment and > >> accelerate your shift to cloud computing. > >> http://p.sf.net/sfu/novell-sfdev2dev > >> _______________________________________________ > >> Simpleweb-Support mailing list > >> Sim...@li... > >> https://lists.sourceforge.net/lists/listinfo/simpleweb-support > > > > ------------------------------------------------------------------------------ > > Start uncovering the many advantages of virtual appliances > > and start using them to simplify application deployment and > > accelerate your shift to cloud computing. > > http://p.sf.net/sfu/novell-sfdev2dev > > _______________________________________________ > > Simpleweb-Support mailing list > > Sim...@li... > > https://lists.sourceforge.net/lists/listinfo/simpleweb-support > > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > Simpleweb-Support mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simpleweb-support |