How to check if an HTTP header is present using .htaccess
This article describes how you can check with .htaccess rules (in Apache) that a specific HTTP header is present, and deny access if it is not. The first thing you need to figure out is what the exact name of the HTTP header you want to check for is. Using […]