i want to write an apache filter written in perl that checks the request in input validating it only if there are some particular datas in the header otherwise it returns 401 Forbidden.
Anyone can please help me providing a skeleton of such a filter, I'm trying to read the official documentation but I can't figure out how to the skeleton of the script.
Thanks in advance. Andrea