Block Specific URL on internal Microsoft IIS web server
I have a single IIS web server that I want to increase the protection on. I can go one of two ways.
- Block all access the web server except for a specific URL, like HTTPS://name.domain.com/page
 - Block other sites on this IIS server. Like, https://www.name.domain and crucially https://name.domain.com
 
Notice the site with "page" at the end in example one.
Any ideas?
0        
            Sign In to comment.                        
                                            
Comments
You can use an incoming HTTPS proxy, and with Inspect, you can allow or deny domain names.
Then with a HTTP proxy action in the Rule actions area, you can allow or deny URL Paths, such as name.domain.com/page or */page