<?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 Re: URL Filtering Wildard - ? in URL in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-wildard-in-url/m-p/506909#M105693</link>
    <description>&lt;P&gt;The "?" marks the separation between the URL and arguments passed in a POST or GET request to the URL. So &lt;A href="https://example.com/xxx/test.gbl?y=123&amp;amp;z=abc" target="_blank"&gt;https://example.com/xxx/test.gbl?y=123&amp;amp;z=abc&lt;/A&gt; means to connect to example.com/xxx/test.gbl and pass it arguments v="123" and z="abc".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if you want the .GBL to work (and match any arguments) you could use:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="http://www.example.com/xxx/yyy/zzz/something.gbl" target="_blank"&gt;www.example.com/xxx/yyy/zzz/something.gbl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or you could use this to allow any file in the zzz subdirectory:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;my.example.com/xxx/yyy/zzz/&lt;/P&gt;&lt;P&gt;Or you could use this to allow the entire site:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;my.example.com/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to match both the full FQDN and the short FQDN, i.e should match both &lt;A href="https://www.example.com/" target="_blank"&gt;https://my.example.com/&lt;/A&gt;&amp;nbsp;and &lt;A href="https://example/com/" target="_blank"&gt;https://example/com/&lt;/A&gt;, then you need to put in 2 URL filters to be explicit: either "*.example.com" or "my.example.com/";&amp;nbsp; and "example.com/".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that the PA URL filters are not case sensitive... though one could argue they should be as example.com/test and example.com/TEST are different files (though admittedly this does making filtering more labored).&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2022 01:14:45 GMT</pubDate>
    <dc:creator>Adrian_Jensen</dc:creator>
    <dc:date>2022-06-29T01:14:45Z</dc:date>
    <item>
      <title>URL Filtering Wildard - ? in URL</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-wildard-in-url/m-p/506830#M105690</link>
      <description>&lt;P&gt;I have inbound decryption set up for a server and we want to restrict what URLs users can get to.&amp;nbsp; The website admin tells me that ALL links to the site will contain something similar to the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://my.web.server/xxx/yyy/zzz/TEXT_SOMETHING.LIKE_THIS.GBL" target="_blank"&gt;https://my.web.server/xxx/yyy/zzz/TEXT_SOMETHING.LIKE_THIS.GBL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I go to the site and click on the test links, I notice that it adds a ? after the .GBL and then text after that in the URL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is, can I just add an * after the .GBL and add it as a site in my Custom URL Category and this should allow users to get to anything containing that link?&amp;nbsp; Even if the next character is a question mark?&amp;nbsp; There is lots of documentation around wildcards for domains, but not a lot that I find when talking about URL's after the original domain name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any feedback is appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 18:55:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-wildard-in-url/m-p/506830#M105690</guid>
      <dc:creator>RCurrie</dc:creator>
      <dc:date>2022-06-28T18:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: URL Filtering Wildard - ? in URL</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-wildard-in-url/m-p/506909#M105693</link>
      <description>&lt;P&gt;The "?" marks the separation between the URL and arguments passed in a POST or GET request to the URL. So &lt;A href="https://example.com/xxx/test.gbl?y=123&amp;amp;z=abc" target="_blank"&gt;https://example.com/xxx/test.gbl?y=123&amp;amp;z=abc&lt;/A&gt; means to connect to example.com/xxx/test.gbl and pass it arguments v="123" and z="abc".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if you want the .GBL to work (and match any arguments) you could use:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="http://www.example.com/xxx/yyy/zzz/something.gbl" target="_blank"&gt;www.example.com/xxx/yyy/zzz/something.gbl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or you could use this to allow any file in the zzz subdirectory:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;my.example.com/xxx/yyy/zzz/&lt;/P&gt;&lt;P&gt;Or you could use this to allow the entire site:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;my.example.com/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to match both the full FQDN and the short FQDN, i.e should match both &lt;A href="https://www.example.com/" target="_blank"&gt;https://my.example.com/&lt;/A&gt;&amp;nbsp;and &lt;A href="https://example/com/" target="_blank"&gt;https://example/com/&lt;/A&gt;, then you need to put in 2 URL filters to be explicit: either "*.example.com" or "my.example.com/";&amp;nbsp; and "example.com/".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that the PA URL filters are not case sensitive... though one could argue they should be as example.com/test and example.com/TEST are different files (though admittedly this does making filtering more labored).&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 01:14:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-wildard-in-url/m-p/506909#M105693</guid>
      <dc:creator>Adrian_Jensen</dc:creator>
      <dc:date>2022-06-29T01:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: URL Filtering Wildard - ? in URL</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-wildard-in-url/m-p/507249#M105711</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/53283"&gt;@RCurrie&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition to &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/184804"&gt;@Adrian_Jensen&lt;/a&gt; great answer I want to add the following document - &lt;A href="https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-admin/url-filtering/block-and-allow-lists" target="_blank"&gt;https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-admin/url-filtering/block-and-allow-lists&lt;/A&gt; I suggest you to read it till the end, there are lot of useful gems in here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Few notes to point out from this document&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Astardzhiev_0-1656536591843.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/42086iDFA912D28E210665/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Astardzhiev_0-1656536591843.png" alt="Astardzhiev_0-1656536591843.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Astardzhiev_1-1656536623672.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/42087iE2B1414381ADBA3F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Astardzhiev_1-1656536623672.png" alt="Astardzhiev_1-1656536623672.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Astardzhiev_2-1656536729612.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/42089i779FE019D075014C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Astardzhiev_2-1656536729612.png" alt="Astardzhiev_2-1656536729612.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So "?" is considered token separator, which means after it you can use wildcard to match any string following it. If you want to allow access &lt;U&gt;only to&amp;nbsp;&lt;/U&gt;/xxx/yyy/zzz/xxx.gbl&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 21:10:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-wildard-in-url/m-p/507249#M105711</guid>
      <dc:creator>aleksandar.astardzhiev</dc:creator>
      <dc:date>2022-06-29T21:10:08Z</dc:date>
    </item>
  </channel>
</rss>

