<?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 ACE-4710 URL Rewrite in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462019#M41744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - I agree that should be enough.&amp;nbsp; However, I was able to get the request working using a redirect.&amp;nbsp; That still leaves me with a response rewrite to mask the port on the way back to the client.&amp;nbsp; Are you aware of any way to do a combination of a redirect and a rewrite?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The capture from the client side only showed the server refusing the connection (400 error) due to a malformed request which looked perfectly fine from my side. Maybe it is a code issue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 20:44:34 GMT</pubDate>
    <dc:creator>coldeneqt</dc:creator>
    <dc:date>2014-02-18T20:44:34Z</dc:date>
    <item>
      <title>ACE-4710 URL Rewrite</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462010#M41735</link>
      <description>&lt;P&gt;Hi - I need to rewrite a request and a response using the ACE-4710 appliance.&amp;nbsp; There are multiple ports within the server farm that will be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The request will come in as &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://erptest.abc.com"&gt;http://erptest.abc.com&lt;/A&gt;&lt;SPAN&gt; and will need rewritten to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://erptest.abc.com/def/html"&gt;http://erptest.abc.com/def/html&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The native response will have the server farm ports included and they will need masked back to the original request.&amp;nbsp; The response will look like:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://erptest.abc.com:8080/def/html"&gt;http://erptest.abc.com:8080/def/html&lt;/A&gt;&lt;SPAN&gt; and will need masked and rewritten back to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://erptest.abc.com"&gt;http://erptest.abc.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't found much to help.&amp;nbsp; Any help will be appreciated.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2014 06:29:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462010#M41735</guid>
      <dc:creator>coldeneqt</dc:creator>
      <dc:date>2014-02-15T06:29:59Z</dc:date>
    </item>
    <item>
      <title>ACE-4710 URL Rewrite</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462011#M41736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to define an action list and rewrite both request and response host header. A similar example where only request is rewritten is shown in below discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/thread/133427"&gt;https://supportforums.cisco.com/thread/133427&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't configured this myself but it should work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Feb 2014 13:42:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462011#M41736</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2014-02-15T13:42:28Z</dc:date>
    </item>
    <item>
      <title>ACE-4710 URL Rewrite</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462012#M41737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&amp;nbsp; I currently have it configured as such but with no luck:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;action-list type modify http REWRITE&lt;/P&gt;&lt;P&gt;&amp;nbsp; header rewrite request host header-value "erptest[.]abc[.]com" replace "erptest.abc.com/def/html"&lt;/P&gt;&lt;P&gt;&amp;nbsp; header rewrite response location header-value "erptest[.]abc[.]com:(.*)" replace "erptest.abc.com"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match HTTP&lt;/P&gt;&lt;P&gt;&amp;nbsp; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sticky-serverfarm GROUP9TEST&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; action REWRITE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match L4_VIP_POLICY&lt;/P&gt;&lt;P&gt;&amp;nbsp; class VIP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy HTTP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip icmp-reply active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&amp;nbsp; Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Feb 2014 18:12:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462012#M41737</guid>
      <dc:creator>coldeneqt</dc:creator>
      <dc:date>2014-02-15T18:12:53Z</dc:date>
    </item>
    <item>
      <title>ACE-4710 URL Rewrite</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462013#M41738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which version of code are you running? Can you put in the complete configuration here? Have you defined a L7 class map? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 16:13:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462013#M41738</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2014-02-17T16:13:41Z</dc:date>
    </item>
    <item>
      <title>ACE-4710 URL Rewrite</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462014#M41739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I have the policy-maps defined.&amp;nbsp; There is also the requirement to alternate between port 8091 and 8092 in the serverfarm.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;action-list type modify http TEST_REWRITE&lt;/P&gt;&lt;P&gt;&amp;nbsp; header rewrite request host header-value "erptest[.]eqt[.]com" replace "erptest.eqt.com:8091/jde/owhtml"&lt;/P&gt;&lt;P&gt;&amp;nbsp; header rewrite response host header-value "erptest[.]eqt[.]com(.*)" replace "erptest.eqt.com%1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm host TEST_SF&lt;/P&gt;&lt;P&gt;&amp;nbsp; failaction purge&lt;/P&gt;&lt;P&gt;&amp;nbsp; predictor leastconns&lt;/P&gt;&lt;P&gt;&amp;nbsp; probe TCP8091&lt;/P&gt;&lt;P&gt;&amp;nbsp; probe TCP8092&lt;/P&gt;&lt;P&gt;&amp;nbsp; rserver WEBW01 8091&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; weight 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; rserver WEBW01 8092&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; weight 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; rserver WEBW02 8091&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; weight 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; rserver WEBW02 8092&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; weight 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sticky http-cookie TEST GROUP9TEST&lt;/P&gt;&lt;P&gt;&amp;nbsp; cookie insert&lt;/P&gt;&lt;P&gt;&amp;nbsp; replicate sticky&lt;/P&gt;&lt;P&gt;&amp;nbsp; serverfarm TEST_SF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any TEST_VIP&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2 match virtual-address 10.2.23.26 tcp eq www&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4 match virtual-address 10.2.23.26 tcp eq 8092&lt;/P&gt;&lt;P&gt;&amp;nbsp; 5 match virtual-address 10.2.23.26 tcp eq 8091&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match TEST_HTTP&lt;/P&gt;&lt;P&gt;&amp;nbsp; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sticky-serverfarm GROUP9TEST&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; action TEST_REWRITE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match L4_VIP_POLICY&lt;/P&gt;&lt;P&gt;&amp;nbsp; class TEST_VIP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy TEST_HTTP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip icmp-reply active&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 16:56:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462014#M41739</guid>
      <dc:creator>coldeneqt</dc:creator>
      <dc:date>2014-02-17T16:56:55Z</dc:date>
    </item>
    <item>
      <title>ACE-4710 URL Rewrite</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462015#M41740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&amp;nbsp; I'm running Version A3(2.5)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 17:09:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462015#M41740</guid>
      <dc:creator>coldeneqt</dc:creator>
      <dc:date>2014-02-17T17:09:13Z</dc:date>
    </item>
    <item>
      <title>ACE-4710 URL Rewrite</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462016#M41741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for delay in response. Haven't had the chance to look at it. Can you do this and try again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any TEST_VIP&lt;/P&gt;&lt;P&gt;2 match virtual-address 10.2.23.26 tcp eq www&lt;/P&gt;&lt;P&gt;4 match virtual-address 10.2.23.26 tcp eq 8092&lt;/P&gt;&lt;P&gt;5 match virtual-address 10.2.23.26 tcp eq 8091&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class-map type http loadbalance match-all TEST_URL1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2 match http header Host header-value "erptest.eqt.*"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;policy-map type loadbalance first-match TEST_HTTP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class TEST_URL1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sticky-serverfarm GROUP9TEST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;action TEST_REWRITE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match L4_VIP_POLICY&lt;/P&gt;&lt;P&gt;class TEST_VIP&lt;/P&gt;&lt;P&gt;loadbalance vip inservice&lt;/P&gt;&lt;P&gt;loadbalance policy TEST_HTTP&lt;/P&gt;&lt;P&gt;loadbalance vip icmp-reply active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 18:05:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462016#M41741</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2014-02-18T18:05:28Z</dc:date>
    </item>
    <item>
      <title>ACE-4710 URL Rewrite</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462017#M41742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you -&amp;nbsp; I still get the 400 returned from the server as a malformed request.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly the server is performing a 301 on the /jde/owhtml.&amp;nbsp; The dev environment does not have the rewrite configured.&amp;nbsp; If I hit erptest.eqt.com/jde/owhtml it is redirected on the server to erptest.eqt.com:8091/jde/xxxx. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 18:46:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462017#M41742</guid>
      <dc:creator>coldeneqt</dc:creator>
      <dc:date>2014-02-18T18:46:52Z</dc:date>
    </item>
    <item>
      <title>ACE-4710 URL Rewrite</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462018#M41743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you come with erptest.eqt.com and that should match the condition and ACE should rewrite the request as specified. Do you see that ACE is not rewriting the request at all? Can&amp;nbsp; you do a capture?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not entirely sure though that we can rewrite path in the version you are running. We can in A5 version so you can test it. If you think ACE is just modifying the HOST part&amp;nbsp; and not path then it may be a limitation in your version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 19:18:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462018#M41743</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2014-02-18T19:18:46Z</dc:date>
    </item>
    <item>
      <title>ACE-4710 URL Rewrite</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462019#M41744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - I agree that should be enough.&amp;nbsp; However, I was able to get the request working using a redirect.&amp;nbsp; That still leaves me with a response rewrite to mask the port on the way back to the client.&amp;nbsp; Are you aware of any way to do a combination of a redirect and a rewrite?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The capture from the client side only showed the server refusing the connection (400 error) due to a malformed request which looked perfectly fine from my side. Maybe it is a code issue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 20:44:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462019#M41744</guid>
      <dc:creator>coldeneqt</dc:creator>
      <dc:date>2014-02-18T20:44:34Z</dc:date>
    </item>
    <item>
      <title>ACE-4710 URL Rewrite</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462020#M41745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a server who is issuing a redirect we can rewrite the "Location header" but if it&amp;nbsp; is ACE which is redirecting then you can make ACE to redirect it to whatever you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 20:56:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462020#M41745</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2014-02-18T20:56:53Z</dc:date>
    </item>
    <item>
      <title>ACE-4710 URL Rewrite</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462021#M41746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - The ACE is performing the redirect to port 8091 but port 8091 must be hidden in the response from the server to the client.&amp;nbsp; Is that possible?&amp;nbsp; I currently have a response rewrite nested with the redirect class-map but with no luck on the response rewrite.&amp;nbsp; The 8091 is still visible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;action-list type modify http JDE9_TEST_REWRITE&lt;/P&gt;&lt;P&gt;&amp;nbsp; header rewrite response host header-value "erptest.eqt.com:8091(.*)" replace "erptest.eqt.com%1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match JDE9_TEST_PM&lt;/P&gt;&lt;P&gt;&amp;nbsp; class JDE9_TEST_REDIRECT_CM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm JDE9_TEST_REDIRECT_SF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; action JDE9_TEST_REWRITE&lt;/P&gt;&lt;P&gt;&amp;nbsp; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sticky-serverfarm GROUP9TEST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 21:05:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-url-rewrite/m-p/2462021#M41746</guid>
      <dc:creator>coldeneqt</dc:creator>
      <dc:date>2014-02-18T21:05:22Z</dc:date>
    </item>
  </channel>
</rss>

