Baptiste Assmann Baptiste Assmann | Sep 19, 2012 | RANDOM TIPS, TECH
Today, almost any ecommerce website uses a load-balancer or an application delivery controller in front of it, in order to improve its availability and reliability. In today’s article, I’ll explain how we can take advantage of ADCs’ layer 7 features...
Baptiste Assmann Baptiste Assmann | Jul 2, 2012 | RANDOM TIPS, TECH
Introduction Sometimes we need to know the country of the user using the application, for different purposes: Automatically select the most appropriate language Send a 302 to redirect the user to the closest POP from his location Allow only a single country to browse...
Baptiste Assmann Baptiste Assmann | Jun 5, 2012 | RANDOM TIPS, TECH
What is a Reverse-Proxy? A Reverse-proxy is a server which get connected on upstream servers on behalf of users. Basically, it usually maintain two TCP connections: one with the client and one with the upstream server. The upstream server can be either an application...