<?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 ACE30: match http url except specific one in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace30-match-http-url-except-specific-one/m-p/2157172#M39705</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to construct the L7 HTTP class-map expression to match all URLs except one?&lt;/P&gt;&lt;P&gt;I have 1 correct url, for example: /correcturl.* and want to redirect requests to all other possible URLs to this one, without the need to list them all in "possitive match" statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried variations of:&lt;/P&gt;&lt;P&gt;match http url /^(correcturl).* &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lubomir&lt;/P&gt;</description>
    <pubDate>Tue, 05 Feb 2013 17:23:52 GMT</pubDate>
    <dc:creator>Lubo1</dc:creator>
    <dc:date>2013-02-05T17:23:52Z</dc:date>
    <item>
      <title>ACE30: match http url except specific one</title>
      <link>https://community.cisco.com/t5/application-networking/ace30-match-http-url-except-specific-one/m-p/2157172#M39705</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to construct the L7 HTTP class-map expression to match all URLs except one?&lt;/P&gt;&lt;P&gt;I have 1 correct url, for example: /correcturl.* and want to redirect requests to all other possible URLs to this one, without the need to list them all in "possitive match" statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried variations of:&lt;/P&gt;&lt;P&gt;match http url /^(correcturl).* &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lubomir&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2013 17:23:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace30-match-http-url-except-specific-one/m-p/2157172#M39705</guid>
      <dc:creator>Lubo1</dc:creator>
      <dc:date>2013-02-05T17:23:52Z</dc:date>
    </item>
    <item>
      <title>ACE30: match http url except specific one</title>
      <link>https://community.cisco.com/t5/application-networking/ace30-match-http-url-except-specific-one/m-p/2157173#M39706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Lubomir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It sounds like what you need is to create the L7 class-map to match on the correct url and loadbalance this to the serverfarm. Then in this same L7 policy use class class-default to redirect all other URLs to the correct location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 18:06:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace30-match-http-url-except-specific-one/m-p/2157173#M39706</guid>
      <dc:creator>jsirstin</dc:creator>
      <dc:date>2013-02-05T18:06:40Z</dc:date>
    </item>
    <item>
      <title>ACE30: match http url except specific one</title>
      <link>https://community.cisco.com/t5/application-networking/ace30-match-http-url-except-specific-one/m-p/2157174#M39707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply. Normaly, your advice would be fine, but I also need to insert client certificate fields to the packets destined to rservers (end to end SSL), and action lists with SSL header inserts are only allowed in class-default. So the correct URL must be processed in this class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Lubomir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 08:27:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace30-match-http-url-except-specific-one/m-p/2157174#M39707</guid>
      <dc:creator>Lubo1</dc:creator>
      <dc:date>2013-02-06T08:27:25Z</dc:date>
    </item>
    <item>
      <title>ACE30: match http url except specific one</title>
      <link>https://community.cisco.com/t5/application-networking/ace30-match-http-url-except-specific-one/m-p/2157175#M39708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Lubomir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I cannot think of a way to do this. Anything that does not match your L7 class-maps will be sent to class class-default. Unless you can come up with some kind of regex match that will cover all possible incoirrect URLs I do not really see how this could work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 12:45:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace30-match-http-url-except-specific-one/m-p/2157175#M39708</guid>
      <dc:creator>jsirstin</dc:creator>
      <dc:date>2013-02-07T12:45:09Z</dc:date>
    </item>
    <item>
      <title>ACE30: match http url except specific one</title>
      <link>https://community.cisco.com/t5/application-networking/ace30-match-http-url-except-specific-one/m-p/2157176#M39709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought there was a way to write an url match statement, that would exclude my correct URL. In the documentation (&lt;A href="http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA4_1_0/configuration/slb/guide/classlb.html#wp1313278"&gt;http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA4_1_0/configuration/slb/guide/classlb.html#wp1313278&lt;/A&gt;) there is an option to exclude a character:&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" id="wp1313278table1313272" width="80%"&gt;&lt;TBODY&gt;&lt;TR align="left" valign="top"&gt;&lt;TD&gt;&lt;A name="wp1313302"&gt;&lt;/A&gt;&lt;P&gt;[^charset] &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;A name="wp1313304"&gt;&lt;/A&gt;&lt;P&gt;Do not match any character in the range&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there would be a way to exclude the whole string (= the exact sequence of more characters), this whould be what I need. But I can not find the correct way to configure it, and maybe this is not possible at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your answers.&lt;/P&gt;&lt;P&gt;L.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 13:48:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace30-match-http-url-except-specific-one/m-p/2157176#M39709</guid>
      <dc:creator>Lubo1</dc:creator>
      <dc:date>2013-02-07T13:48:27Z</dc:date>
    </item>
    <item>
      <title>ACE30: match http url except specific one</title>
      <link>https://community.cisco.com/t5/application-networking/ace30-match-http-url-except-specific-one/m-p/2157177#M39710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lubomir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide some samples of what the incorrect URLs would look like as well as correct ones? You are correct that we can instruct the ACE to ignore some characters in a string but the rest of the regex must still match exactly for the class to be hit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 14:06:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace30-match-http-url-except-specific-one/m-p/2157177#M39710</guid>
      <dc:creator>jsirstin</dc:creator>
      <dc:date>2013-02-07T14:06:35Z</dc:date>
    </item>
    <item>
      <title>ACE30: match http url except specific one</title>
      <link>https://community.cisco.com/t5/application-networking/ace30-match-http-url-except-specific-one/m-p/2157178#M39711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;server people asked us to only allow access to:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.host.com/public/&amp;lt;anything"&gt;www.host.com/public/&lt;ANYTHING&gt;&lt;/ANYTHING&gt;&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We should block (redirect to /public) requests to all other url, for example:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.host.com/"&gt;www.host.com/devel/&lt;ANYTHING&gt;&lt;/ANYTHING&gt;&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.host.com/"&gt;www.host.com/test1/&lt;ANYTHING&gt;&lt;/ANYTHING&gt;&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;and others, which may not be known now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lubomir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 14:29:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace30-match-http-url-except-specific-one/m-p/2157178#M39711</guid>
      <dc:creator>Lubo1</dc:creator>
      <dc:date>2013-02-07T14:29:35Z</dc:date>
    </item>
  </channel>
</rss>

