Re: [Cppcms-users] Proxy
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@ya...> - 2013-01-21 07:54:51
|
No, there is no such feature, also you should notice that CppCMS may work behind FastCGI or SCGI and not with HTTP directly. Also you may probably use HTTP redirection or if you can distinguish between the "Poxy" links and normal links by request only you can use URL rewriting at web server side. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ ----- Original Message ----- > From: Sab <rim...@gm...> > To: cpp...@li... > Cc: > Sent: Friday, January 18, 2013 2:35 PM > Subject: [Cppcms-users] Proxy > > Hi guys, > > I would like to implement something like a proxy. In a normal case I process > http requests in my CppCMS application from clients and return some response > but in some special cases I need to function as a client: to send the request > further to another webserver, get some resource back as response and return > that as my response to my client. Any suggestions how I could realize this > with the least effort? > > I found some libraries that could do the trick but I was wondering if I > could do the same thing by only using CppCMS. > > If the answer is no, I would appreciate some suggestions from those of you, > who already used a library that can do it (e.g. libcurl, poco, etc). > > Sab > > > ------------------------------------------------------------------------------ > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |