It is possible to catch a request that passes through squid proxy in order to analyze it with an external program?
I have an application that is used in about 400 workstations. I don't have access to any config or source code of this application, but I have access to squid that proxies the requests to it.
Business rules demand that users only can open a single session at any time, but I'he noticed that the users open various sessions simultaneously.
So, I'm considering to write a python (or php) script to analyze the requests to the server and check if a session is already open and if so, block it.