<?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 Layer 7 loadbalance for HTML content in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/layer-7-loadbalance-for-html-content/m-p/1879308#M36601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeffrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The part after the "?" is still part of the HTTP header, not the content. On ACE, this part is named "secondary cookie"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To match on it, you can use the statement "match http cookie secondary section cookie-value prodlist1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2012 14:32:01 GMT</pubDate>
    <dc:creator>Daniel Arrondo Ostiz</dc:creator>
    <dc:date>2012-01-30T14:32:01Z</dc:date>
    <item>
      <title>Layer 7 loadbalance for HTML content</title>
      <link>https://community.cisco.com/t5/application-networking/layer-7-loadbalance-for-html-content/m-p/1879307#M36600</link>
      <description>&lt;P&gt;We're trying to understand how "match http content ...." works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're trying to match this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;A class="jive-link-external-small" href="http://www.acme.com/widgets/stories.aspx?section=prodlist1&amp;amp;promo=special"&gt;http://www.acme.com/widgets/stories.aspx?section=prodlist1&amp;amp;promo=special&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've coded this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type http loadbalance match-all redirect_to_prod_site&lt;/P&gt;&lt;P&gt;&amp;nbsp; 10 match http header Host header-value "www.acme.com"&lt;/P&gt;&lt;P&gt;&amp;nbsp; 20 match http url /widgets/stories\.aspx&lt;/P&gt;&lt;P&gt;&amp;nbsp; 30 match http content "section=prodlist"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It matches if we &lt;SPAN style="text-decoration: underline;"&gt;remove&lt;/SPAN&gt; &lt;STRONG&gt;30 match http content "section=prodlist"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the issue relates to what is meant by "content".&amp;nbsp; We've been referring to this document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA3_1_0/configuration/slb/guide/classlb.html#wp1206722"&gt;http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA3_1_0/configuration/slb/guide/classlb.html#wp1206722&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The manual says this, "&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;The ACE performs regular expression matching&amp;nbsp; against the received HTTP &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;message body&lt;/STRONG&gt;&lt;/SPAN&gt; from a particular connection&amp;nbsp; based on a regular expression string in the message body (not the&amp;nbsp; header).&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We know that "match http url" stops at the "?". Isn't the body the part that comes after the "?"?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2012 20:48:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/layer-7-loadbalance-for-html-content/m-p/1879307#M36600</guid>
      <dc:creator>JEFFREY MONACO</dc:creator>
      <dc:date>2012-01-26T20:48:04Z</dc:date>
    </item>
    <item>
      <title>Layer 7 loadbalance for HTML content</title>
      <link>https://community.cisco.com/t5/application-networking/layer-7-loadbalance-for-html-content/m-p/1879308#M36601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeffrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The part after the "?" is still part of the HTTP header, not the content. On ACE, this part is named "secondary cookie"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To match on it, you can use the statement "match http cookie secondary section cookie-value prodlist1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 14:32:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/layer-7-loadbalance-for-html-content/m-p/1879308#M36601</guid>
      <dc:creator>Daniel Arrondo Ostiz</dc:creator>
      <dc:date>2012-01-30T14:32:01Z</dc:date>
    </item>
    <item>
      <title>Layer 7 loadbalance for HTML content</title>
      <link>https://community.cisco.com/t5/application-networking/layer-7-loadbalance-for-html-content/m-p/1879309#M36602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 14:07:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/layer-7-loadbalance-for-html-content/m-p/1879309#M36602</guid>
      <dc:creator>JEFFREY MONACO</dc:creator>
      <dc:date>2012-02-01T14:07:17Z</dc:date>
    </item>
  </channel>
</rss>

