Drupal

Why Drupal Serving HTTP Even After Enabling HTTPS on the Server

Introduction When you switch your Drupal site to HTTPS whether via Apache, NGINX you expect Drupal to recognise it's running securely. But then you notice something off: Internal links are still rendered as http://. $request->isSecure() returns false. Redirects start looping or downgrading to HTTP. You see Mixed Content...

by Amrit Pal Singh
Tag: middleware
28-May-2025

Technology

ExpressJS: Route Parameter Pre-conditioning

Express JS is a very flexible yet powerful framework on top of exponentially growing Node JS Environment. Express makes it really easy to handle requests and how the server interacts with the outside world. It is very simple to get going and it has immense amounts of extremely useful features, Middleware is one of those features of...

by Manoj Nama
Tag: middleware
08-Sep-2013