ProxySG
The purpose of this article is to provide a way to allow traffic to a specific URL while at the same time blocking access to the domain the URL is part of. This only applies to Explicit scenarios, as the CONNECT method is only present in this kind of deployment.
This article assumes you are performing SSL Interception on the domain in question.
The proxy will receive a CONNECT request from the client, it will go through policies and be allowed.
Then one of the following will happen:
<proxy>
url.domain=”example.com” http.method=CONNECT Allow
url.domain="example.com" Deny
<proxy>
url.domain=”example.com/path.html” Allow