<?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 probe issue with expect regex string in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754453#M34933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not really sure what the Content-Length is supposed to be set at.&amp;nbsp; I've done a ton of searching and its something like the number of octets of the body, which means nothing to me.&amp;nbsp; I tried setting it to 224 like you have, but still fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've even set it to 1024 and it still fails to find anything in the body.&amp;nbsp; It still finds HEADER strings perfectly.&amp;nbsp; Its as though it sees the header as the body.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ace ver A2(3.4)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2011 21:09:59 GMT</pubDate>
    <dc:creator>stevens_jj</dc:creator>
    <dc:date>2011-09-27T21:09:59Z</dc:date>
    <item>
      <title>HTTP probe issue with expect regex string</title>
      <link>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754449#M34929</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a simple cgi status page setup to poll a background service and return a "PASS" or "FAIL" as output.&amp;nbsp; I've setup an HTTP probe to look for the "PASS" to determine application health.&amp;nbsp; The issue appears to be that the expect regex is searching the HEADER but not the BODY of the web page.&amp;nbsp; I can successfully match on any string in the header, but never on anything in the body.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what the web page returns if you telnet to it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTTP/1.1 200 OK&lt;/P&gt;&lt;P&gt;Date: Thu, 22 Sep 2011 22:45:07 GMT&lt;/P&gt;&lt;P&gt;Server: Apache/2.0.59&amp;nbsp; HP-UX_Apache-based_Web_Server (Unix) DAV/2&lt;/P&gt;&lt;P&gt;Content-Length: 4&lt;/P&gt;&lt;P&gt;Connection: close&lt;/P&gt;&lt;P&gt;Content-Type: text/plain; charset=iso-8859-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PASS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my probe:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probe http JOE-TEST-CS&lt;/P&gt;&lt;P&gt;&amp;nbsp; interval 45&lt;/P&gt;&lt;P&gt;&amp;nbsp; passdetect interval 30&lt;/P&gt;&lt;P&gt;&amp;nbsp; receive 30&lt;/P&gt;&lt;P&gt;&amp;nbsp; request method get url /cgi-bin/ERMS-PREP-statusRepo.cgi&lt;/P&gt;&lt;P&gt;&amp;nbsp; expect status 0 999&lt;/P&gt;&lt;P&gt;&amp;nbsp; open 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; expect regex "PASS"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the output of the show probe:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE1/euhr-test-ace2# sh probe JOE-TEST-CS detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : JOE-TEST-CS&lt;/P&gt;&lt;P&gt;type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : HTTP&lt;/P&gt;&lt;P&gt;state&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ACTIVE&lt;/P&gt;&lt;P&gt;description :&lt;/P&gt;&lt;P&gt;----------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; port&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 80&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; address&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addr type&amp;nbsp; : -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; interval&amp;nbsp; : 45&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pass intvl&amp;nbsp; : 30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pass count : 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; fail count: 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; recv timeout: 30&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; http method&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : GET&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; http url&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : /cgi-bin/ERMS-PREP-statusRepo.cgi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; conn termination : GRACEFUL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; expect offset&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , open timeout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; expect regex&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : PASS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; send data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --------------------- probe results --------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; probe association&amp;nbsp;&amp;nbsp; probed-address&amp;nbsp; probes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; failed&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; passed&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; health&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ------------------- ---------------+----------+----------+----------+-------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; serverfarm&amp;nbsp; : JOE-TEST-PROBE-CS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : EUHRTDM50.APP[0]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.73.71&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FAILED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Socket state&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : CLOSED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; No. Passed states&amp;nbsp;&amp;nbsp; : 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No. Failed states : 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; No. Probes skipped&amp;nbsp; : 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last status code&amp;nbsp; : 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; No. Out of Sockets&amp;nbsp; : 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No. Internal error: 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Last disconnect err : User defined Reg-Exp was not found in Host Response&lt;/P&gt;&lt;P&gt;&amp;nbsp; Last probe time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Thu Sep 22 15:00:36 2011&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Last fail time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Thu Sep 22 15:00:36 2011&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Last active time&amp;nbsp;&amp;nbsp;&amp;nbsp; : Thu Sep 22 09:40:19 2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I replace the expect regex "PASS" with anything from the HEADER it succeeds!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2011 18:10:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754449#M34929</guid>
      <dc:creator>stevens_jj</dc:creator>
      <dc:date>2011-09-27T18:10:35Z</dc:date>
    </item>
    <item>
      <title>HTTP probe issue with expect regex string</title>
      <link>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754450#M34930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the server response contain the "content-length" header?&amp;nbsp; This is required for expect regex and hash to function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a static page besides the PASS/FAIL variable, you could configure the ACE to hash the page.&amp;nbsp; The ACE will generate a hash value of the page and if that hash value changes, the ACE will consider the probe failed.&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/interfaces_modules/services_modules/ace/vA4_1_0/configuration/slb/guide/probe.html#wp1031557"&gt;http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA4_1_0/configuration/slb/guide/probe.html#wp1031557&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 18:23:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754450#M34930</guid>
      <dc:creator>Kristopher Martinez</dc:creator>
      <dc:date>2011-09-27T18:23:50Z</dc:date>
    </item>
    <item>
      <title>HTTP probe issue with expect regex string</title>
      <link>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754451#M34931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look at the first part of my post - the "Content-Length: 4" header is in the header.&amp;nbsp; I've tried the hash, but the same problem makes this bad as well since it is only hashing the header and NOT the body.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 19:18:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754451#M34931</guid>
      <dc:creator>stevens_jj</dc:creator>
      <dc:date>2011-09-27T19:18:49Z</dc:date>
    </item>
    <item>
      <title>HTTP probe issue with expect regex string</title>
      <link>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754452#M34932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I missed it.&amp;nbsp; The content-length in your request is 4.&amp;nbsp; I think this may be the issue.&amp;nbsp; I created a basic HTML page that says PASS in the body and my server is returning a content-length of 224 when I fetch the page.&amp;nbsp; Here is my HTML request:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET /index.html&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;META content="text/html; charset=ISO-8859-1" /&gt;&lt;/P&gt;&lt;P&gt; http-equiv="Content-Type"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;TITLE&gt;Probe&lt;/TITLE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PASS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are my headers that I received:&lt;/P&gt;&lt;P&gt;(Status-Line)&amp;nbsp;&amp;nbsp;&amp;nbsp; HTTP/1.1 200 OK &lt;/P&gt;&lt;P&gt;Content-Length&amp;nbsp;&amp;nbsp;&amp;nbsp; 224 &lt;/P&gt;&lt;P&gt;Content-Type&amp;nbsp;&amp;nbsp;&amp;nbsp; text/html &lt;/P&gt;&lt;P&gt;Last-Modified&amp;nbsp;&amp;nbsp;&amp;nbsp; Tue, 27 Sep 2011 12:05:00 GMT &lt;/P&gt;&lt;P&gt;Accept-Ranges&amp;nbsp;&amp;nbsp;&amp;nbsp; bytes &lt;/P&gt;&lt;P&gt;Etag&amp;nbsp;&amp;nbsp;&amp;nbsp; "8cca60aed7dcc1:41f" &lt;/P&gt;&lt;P&gt;Server&amp;nbsp;&amp;nbsp;&amp;nbsp; Microsoft-IIS/6.0 &lt;/P&gt;&lt;P&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp; Tue, 27 Sep 2011 12:25:59 GMT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of code are you running on your ACE?&amp;nbsp; I can also look to see if there are any known issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 20:21:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754452#M34932</guid>
      <dc:creator>Kristopher Martinez</dc:creator>
      <dc:date>2011-09-27T20:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP probe issue with expect regex string</title>
      <link>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754453#M34933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not really sure what the Content-Length is supposed to be set at.&amp;nbsp; I've done a ton of searching and its something like the number of octets of the body, which means nothing to me.&amp;nbsp; I tried setting it to 224 like you have, but still fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've even set it to 1024 and it still fails to find anything in the body.&amp;nbsp; It still finds HEADER strings perfectly.&amp;nbsp; Its as though it sees the header as the body.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ace ver A2(3.4)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 21:09:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754453#M34933</guid>
      <dc:creator>stevens_jj</dc:creator>
      <dc:date>2011-09-27T21:09:59Z</dc:date>
    </item>
    <item>
      <title>HTTP probe issue with expect regex string</title>
      <link>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754454#M34934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you get sniffer traces from the server while the ACE is probing it? When you mentioned that you are telneting to the server, were you GETting /cgi-bin/ERMS-PREP-statusRepo.cgi to get the HTTP200 Ok message you provided?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ahmad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 13:30:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754454#M34934</guid>
      <dc:creator>Ahmad Basel Jaber</dc:creator>
      <dc:date>2011-09-28T13:30:29Z</dc:date>
    </item>
    <item>
      <title>HTTP probe issue with expect regex string</title>
      <link>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754455#M34935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I did the following to capture the output:&lt;/P&gt;&lt;P&gt;telnet server 80&lt;/P&gt;&lt;P&gt;GET /cgi-bin/ERMS-PREP-statusRepo.cgi HTTP/1.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll grab a packet capture right now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 16:00:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754455#M34935</guid>
      <dc:creator>stevens_jj</dc:creator>
      <dc:date>2011-09-28T16:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP probe issue with expect regex string</title>
      <link>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754456#M34936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think we figured it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Had to do with a Cached response coming from Apache. Looks like by adding the client header Cache-Control: max-age=0, it forces Apache to send the new response every time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 18:42:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-probe-issue-with-expect-regex-string/m-p/1754456#M34936</guid>
      <dc:creator>stevens_jj</dc:creator>
      <dc:date>2011-09-28T18:42:46Z</dc:date>
    </item>
  </channel>
</rss>

