No More Basic Auth : htpasswd with OAuth2 Proxy

In this blog post, we are going to see how we can enable authentication based on an htpasswd file using OAuth2 Proxy. Before that, let’s discuss the problems with htpasswd + Basic Authentication. The problem What is an htpasswd File? An htpasswd...

PixelServ using Nginx

Hope you know about pixelserv. It is a webserver which will always response 1x1 transparent gif image for all kind of requests. Mainly used in adblocking and proxy environmental. In this setup I am going to serve 1x1 pixel using nginx server....