<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic using Regular Expressions the in URL Filter Rules in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/using-Regular-Expressions-the-in-URL-Filter-Rules/m-p/48937#M86885</link>
    <description>&lt;P&gt;We wish to do this URL filtering:-&lt;/P&gt;&lt;P&gt;&lt;A href="https://data.abc.com/services/v1/data/identities/124546/images/7890123" target="_blank"&gt;https://data.abc.com/services/v1/data/identities/124546/images/7890123&lt;/A&gt;&lt;BR /&gt;- this is allowed&lt;/P&gt;&lt;P&gt;The above url should be allowed on port 443, not on port 80 below&lt;/P&gt;&lt;P&gt;block:-&lt;BR /&gt;&lt;A href="http://data.abc.com/services/v1/data/identities/124546/images/7890123" target="_blank"&gt;http://data.abc.com/services/v1/data/identities/124546/images/7890123&lt;/A&gt;&lt;/P&gt;&lt;P&gt;where the digits in {identityId} and {imageId} are varible and varible in the number of digits:-&lt;BR /&gt;//data.abc.com/services/v1/data//databroker/identities/{identityId}/images/{imageId}&lt;/P&gt;&lt;P&gt;so using Regular Expressions the in URL Filter Rules would it become:-&lt;/P&gt;&lt;P&gt;allow:-&lt;BR /&gt;&lt;A href="https://data.abc.com/services/v1/data/identities/*/images" target="_blank"&gt;https://data.abc.com/services/v1/data/identities/*/images&lt;/A&gt;&lt;/P&gt;&lt;P&gt;block:-&lt;BR /&gt;&lt;A href="http://data.abc.com/services/v1/data/identities/*/images" target="_blank"&gt;http://data.abc.com/services/v1/data/identities/*/images&lt;/A&gt;&lt;/P&gt;&lt;P&gt;are the above 2 Regular Expressions URL filters correct ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Mar 2019 01:41:13 GMT</pubDate>
    <dc:creator>Michael_Chin</dc:creator>
    <dc:date>2019-03-28T01:41:13Z</dc:date>
    <item>
      <title>using Regular Expressions the in URL Filter Rules</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/using-Regular-Expressions-the-in-URL-Filter-Rules/m-p/48937#M86885</link>
      <description>&lt;P&gt;We wish to do this URL filtering:-&lt;/P&gt;&lt;P&gt;&lt;A href="https://data.abc.com/services/v1/data/identities/124546/images/7890123" target="_blank"&gt;https://data.abc.com/services/v1/data/identities/124546/images/7890123&lt;/A&gt;&lt;BR /&gt;- this is allowed&lt;/P&gt;&lt;P&gt;The above url should be allowed on port 443, not on port 80 below&lt;/P&gt;&lt;P&gt;block:-&lt;BR /&gt;&lt;A href="http://data.abc.com/services/v1/data/identities/124546/images/7890123" target="_blank"&gt;http://data.abc.com/services/v1/data/identities/124546/images/7890123&lt;/A&gt;&lt;/P&gt;&lt;P&gt;where the digits in {identityId} and {imageId} are varible and varible in the number of digits:-&lt;BR /&gt;//data.abc.com/services/v1/data//databroker/identities/{identityId}/images/{imageId}&lt;/P&gt;&lt;P&gt;so using Regular Expressions the in URL Filter Rules would it become:-&lt;/P&gt;&lt;P&gt;allow:-&lt;BR /&gt;&lt;A href="https://data.abc.com/services/v1/data/identities/*/images" target="_blank"&gt;https://data.abc.com/services/v1/data/identities/*/images&lt;/A&gt;&lt;/P&gt;&lt;P&gt;block:-&lt;BR /&gt;&lt;A href="http://data.abc.com/services/v1/data/identities/*/images" target="_blank"&gt;http://data.abc.com/services/v1/data/identities/*/images&lt;/A&gt;&lt;/P&gt;&lt;P&gt;are the above 2 Regular Expressions URL filters correct ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 01:41:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/using-Regular-Expressions-the-in-URL-Filter-Rules/m-p/48937#M86885</guid>
      <dc:creator>Michael_Chin</dc:creator>
      <dc:date>2019-03-28T01:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: using Regular Expressions the in URL Filter Rules</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/using-Regular-Expressions-the-in-URL-Filter-Rules/m-p/49038#M86886</link>
      <description>Those regular expressions won't work.&lt;BR /&gt;To filter on a specific HTTPS URL, you will need HTTPS Inspection enabled.&lt;BR /&gt;If you want to block the specific HTTP URL, the correct regular expression is. &lt;A href="http://data.abc.com/services/v1/data/identities/[0-9]+/images" target="_blank"&gt;http://data.abc.com/services/v1/data/identities/[0-9]+/images&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Mar 2019 14:04:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/using-Regular-Expressions-the-in-URL-Filter-Rules/m-p/49038#M86886</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-03-28T14:04:03Z</dc:date>
    </item>
  </channel>
</rss>

