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.

  1. Block all access the web server except for a specific URL, like HTTPS://name.domain.com/page
  2. 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?

Comments

  • edited March 14

    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

Sign In to comment.