I have been trying to block downloading of exe files, through firewall or layer 7. The rule does block http protocol but none of the rule is able to block downloading if I use https in address bar
By design, you can’t inspect the contents of HTTPS requests and responses. The URL and MIME type are both part of the contents. => There’s nothing you can do about this, short of blocking all HTTPS connections to a particular IP.