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