<?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: http-req-uri-path limitation in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/http-req-uri-path-limitation/m-p/39872#M935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So to elaborate on Dave's questiom - some sites on this server need to be allowed while others need to be blocked.&amp;nbsp; Also, blocking uri's with an app id only seems to work when attempted from firefox for some reason.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2014 21:10:30 GMT</pubDate>
    <dc:creator>vmusman</dc:creator>
    <dc:date>2014-12-18T21:10:30Z</dc:date>
    <item>
      <title>http-req-uri-path limitation</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/http-req-uri-path-limitation/m-p/39869#M932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3b3b3b;"&gt;Does anyone know why there is a 7 character minimum when using "http-req-uri-path"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3b3b3b;"&gt;How would you block on URI for the follwing example:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3b3b3b;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://fqdn.com/" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #006595;"&gt;http://FQDN.com/&lt;/A&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;abc&lt;/STRONG&gt;/dynamicContent01.jsp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3b3b3b;"&gt;I cannot filter on just &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;/abc/&lt;/STRONG&gt; as it expects min 7 characters and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;dynamicContent01.jsp being a dynamically created extention that is unpredictable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3b3b3b;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3b3b3b;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2014 01:05:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/http-req-uri-path-limitation/m-p/39869#M932</guid>
      <dc:creator>Dingo</dc:creator>
      <dc:date>2014-12-13T01:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: http-req-uri-path limitation</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/http-req-uri-path-limitation/m-p/39870#M933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://live.paloaltonetworks.com/u1/16796"&gt;DavePANOS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For min 7 character limit did you try this: FQDN\.com\/abc\/ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2014 01:07:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/http-req-uri-path-limitation/m-p/39870#M933</guid>
      <dc:creator>bat</dc:creator>
      <dc:date>2014-12-13T01:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: http-req-uri-path limitation</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/http-req-uri-path-limitation/m-p/39871#M934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DavePANOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the uri path comes after the host name there is the limitation of 7 characters that prevents you in the example shown.&amp;nbsp; One option is a custom url category entry of FQDN/abc/*&amp;nbsp; and block it with a url filtering profile.&amp;nbsp; Can you block the Server by using FQDN defined object or is it a server that hosts multiple sites?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this adds some value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 16:49:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/http-req-uri-path-limitation/m-p/39871#M934</guid>
      <dc:creator>HITSSEC</dc:creator>
      <dc:date>2014-12-15T16:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: http-req-uri-path limitation</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/http-req-uri-path-limitation/m-p/39872#M935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So to elaborate on Dave's questiom - some sites on this server need to be allowed while others need to be blocked.&amp;nbsp; Also, blocking uri's with an app id only seems to work when attempted from firefox for some reason.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 21:10:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/http-req-uri-path-limitation/m-p/39872#M935</guid>
      <dc:creator>vmusman</dc:creator>
      <dc:date>2014-12-18T21:10:30Z</dc:date>
    </item>
  </channel>
</rss>

