<?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: Custom App for third party Browsers in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/custom-app-for-third-party-browsers/m-p/149#M6</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as i already said - it's a bad practice to create custom apps for all the browser, it is much more&amp;nbsp; better to create a negating rule&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Feb 2011 07:25:53 GMT</pubDate>
    <dc:creator>paloasaf</dc:creator>
    <dc:date>2011-02-24T07:25:53Z</dc:date>
    <item>
      <title>Custom App for third party Browsers</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/custom-app-for-third-party-browsers/m-p/144#M1</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to create a custom app that identifies browsers as a matter of fact - i need to identify all browsers that do not have MSIE in their http-request .&lt;/P&gt;&lt;P&gt;i tried different regexp patterns and none of them seem to work&lt;/P&gt;&lt;P&gt;[^[MSIE]] - less than 7 chars&lt;/P&gt;&lt;P&gt;[^[MSIE [0-9]\.[0-9]]] - still less than 7 chars? (hmm 4 + 3)&lt;/P&gt;&lt;P&gt;User-Agent [^[MSIE]] - does not seems to work&amp;nbsp;&amp;nbsp; tested browsing&amp;nbsp; on my computer with safari - PA detects it as web-browsing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Feb 2011 14:06:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/custom-app-for-third-party-browsers/m-p/144#M1</guid>
      <dc:creator>paloasaf</dc:creator>
      <dc:date>2011-02-20T14:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for third party Browsers</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/custom-app-for-third-party-browsers/m-p/145#M2</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm sorry. i ment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[^(MSIE)] -&lt;/P&gt;&lt;P&gt;[^(MSIE [0-9]\.[0-9])] -&lt;/P&gt;&lt;P&gt;User-Agent [^(MSIE)] -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Feb 2011 14:15:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/custom-app-for-third-party-browsers/m-p/145#M2</guid>
      <dc:creator>paloasaf</dc:creator>
      <dc:date>2011-02-20T14:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for third party Browsers</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/custom-app-for-third-party-browsers/m-p/146#M3</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would start from here. It's the same principle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;.*(User-Agent:) .* (Nmap Scripting Engine)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="1585" __jive_macro_name="thread" class="jive_macro jive_macro_thread default_title"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 16:51:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/custom-app-for-third-party-browsers/m-p/146#M3</guid>
      <dc:creator>mharding</dc:creator>
      <dc:date>2011-02-22T16:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for third party Browsers</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/custom-app-for-third-party-browsers/m-p/147#M4</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the main problem is that i need to negate something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of course i could create 10+ custom apps for each browser, but i think this i not the correct way - what happens if tomorrow somebody will create a new one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and somthing else:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex:&lt;/P&gt;&lt;P&gt;.*(User-Agent).*(Chrome)&lt;/P&gt;&lt;P&gt;is a bad idea - some cites write data for different borwsers, so that it is posiible that in http-req will appear word opera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 12:20:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/custom-app-for-third-party-browsers/m-p/147#M4</guid>
      <dc:creator>paloasaf</dc:creator>
      <dc:date>2011-02-23T12:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for third party Browsers</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/custom-app-for-third-party-browsers/m-p/148#M5</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would set it up as a threat opposed to an app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://live.paloaltonetworks.com/docs/DOC-1503"&gt;https://live.paloaltonetworks.com/docs/DOC-1503&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 14:37:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/custom-app-for-third-party-browsers/m-p/148#M5</guid>
      <dc:creator>mharding</dc:creator>
      <dc:date>2011-02-23T14:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for third party Browsers</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/custom-app-for-third-party-browsers/m-p/149#M6</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as i already said - it's a bad practice to create custom apps for all the browser, it is much more&amp;nbsp; better to create a negating rule&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 07:25:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/custom-app-for-third-party-browsers/m-p/149#M6</guid>
      <dc:creator>paloasaf</dc:creator>
      <dc:date>2011-02-24T07:25:53Z</dc:date>
    </item>
  </channel>
</rss>

