<?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: Cisco ACE- Module URL Re-Write (NOT SSL Re-Write) in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706736#M34239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Hi Daniel,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Basically there are two domains one is example.com and other one is secondexample.com. Currently there is one VIP configured on ACE. The two URL's mentioned above are being resolved from dns to this VIP. Now when the user types the first URL it is working fine and the final output in the browser is &lt;A href="https://community.cisco.com/www.example.com/irj/portal" target="_blank"&gt;www.example.com/irj/portal&lt;/A&gt;. This full url with the /irj/portal is appended from the application itself not from ACE and it works fine.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;What we want to achieve is that when the user types &lt;A href="https://community.cisco.com/www.secondexample.com" target="_blank"&gt;www.secondexample.com&lt;/A&gt; it should go to &lt;A href="https://community.cisco.com/www.example.com/irj/portal/anonymous" target="_blank"&gt;www.example.com/irj/portal/anonymous&lt;/A&gt; which is not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;I will still try to get some captures next time I am allowed to make changes to the production.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;Rehan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2011 09:11:15 GMT</pubDate>
    <dc:creator>Rehan Khan</dc:creator>
    <dc:date>2011-04-12T09:11:15Z</dc:date>
    <item>
      <title>Cisco ACE- Module URL Re-Write (NOT SSL Re-Write)</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706730#M34233</link>
      <description>&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;"&gt;Hi Everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;"&gt;I need some information regarding URL rewrite in Cisco ACE module.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;"&gt;User types &lt;A href="https://community.cisco.com/www.example.com" target="_blank"&gt;www.example.com&lt;/A&gt; in the browser. It resolves to an VIP on ACE. The VIP is load balancing two servers. When users types &lt;A href="https://community.cisco.com/www.example.com" target="_blank"&gt;www.example.com&lt;/A&gt; the &lt;STRONG&gt;application &lt;/STRONG&gt;redirects it to &lt;STRONG&gt;www.example.com/abc/def&lt;/STRONG&gt; on one of the servers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;"&gt;Now I need the ACE to do the following&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;"&gt;When users types &lt;STRONG&gt;www.secondexample.com&lt;/STRONG&gt; (different domain) in the browser, it resolves to the same VIP on ACE. I need the ACE to re-write the url to be &lt;STRONG&gt;www.example.com/abc/def/ghi &lt;/STRONG&gt;(Same domain as the first however different path)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;"&gt;Current OS Version: c6ace-t1k9-mz.A2_2_2.bin - No issues if an upgrade is required.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;"&gt;Rehan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2011 06:10:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706730#M34233</guid>
      <dc:creator>Rehan Khan</dc:creator>
      <dc:date>2011-04-12T06:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ACE- Module URL Re-Write (NOT SSL Re-Write)</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706731#M34234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rehan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, have a look at the link below. It explains how to achieve this.&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/partner/docs/interfaces_modules/services_modules/ace/v3.00_A2/configuration/slb/guide/classlb.html#wp1151822"&gt;http://www.cisco.com/en/US/partner/docs/interfaces_modules/services_modules/ace/v3.00_A2/configuration/slb/guide/classlb.html#wp1151822&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 06:49:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706731#M34234</guid>
      <dc:creator>Daniel Arrondo Ostiz</dc:creator>
      <dc:date>2011-04-12T06:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ACE- Module URL Re-Write (NOT SSL Re-Write)</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706732#M34235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Hi Daniel,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;Thanks for the quick reply. I have followed the mentioned document. Maybe my syntax is incorrect becuase I was not able to make it work. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Below are the two ways I tried to configure it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;header rewrite request host header-value www\.(example)\.com replace www.example.com/irj/portal/anonymous?guest_user=anon_en&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;header rewrite request host header-value "www.example.com" replace "www.example.com/irj/portal/anonymous?guest_user=anon_en"&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;The main problem is that application appends /irj/portal in the end of any request, of &lt;A href="https://community.cisco.com/www.example.com" target="_blank"&gt;www.example.com&lt;/A&gt; or &lt;A href="https://community.cisco.com/www.secondexample.com" target="_blank"&gt;www.secondexample.com&lt;/A&gt; so the URL i get in the end is &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;www.example.com/irj/portal/anonymous?guest_user=anon_en/irj/portal - This is incorrect URL&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;I have limited knowledge about header/url re-writing &amp;amp; using regular expressions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Rehan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 07:06:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706732#M34235</guid>
      <dc:creator>Rehan Khan</dc:creator>
      <dc:date>2011-04-12T07:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ACE- Module URL Re-Write (NOT SSL Re-Write)</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706733#M34236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rehan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You got me confused there. The host header should only contain the DNS name of the server (www.example.com), but never the path of the request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please paste the HTTP response (taken from a traffic capture) that the server is currently sending and what exactly you would like the ACE to send back to the client? I can then see if it's possible to do it or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 07:20:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706733#M34236</guid>
      <dc:creator>Daniel Arrondo Ostiz</dc:creator>
      <dc:date>2011-04-12T07:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ACE- Module URL Re-Write (NOT SSL Re-Write)</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706734#M34237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Hi Daniel,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;The problem is the servers in production. I will try to get http watch logs. What I have seen is that the application appends /irj/portal and the final output what I see in the address bar is : www.example.com/irj/portal&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Rehan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 07:41:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706734#M34237</guid>
      <dc:creator>Rehan Khan</dc:creator>
      <dc:date>2011-04-12T07:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ACE- Module URL Re-Write (NOT SSL Re-Write)</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706735#M34238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rehan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you see in the address bar is the combination of the host and URI headers, but we need to understand what exactly it is that you need to rewrite.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do that we need to see what it is being sent by the server and what you need the client to see instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 07:46:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706735#M34238</guid>
      <dc:creator>Daniel Arrondo Ostiz</dc:creator>
      <dc:date>2011-04-12T07:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ACE- Module URL Re-Write (NOT SSL Re-Write)</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706736#M34239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Hi Daniel,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Basically there are two domains one is example.com and other one is secondexample.com. Currently there is one VIP configured on ACE. The two URL's mentioned above are being resolved from dns to this VIP. Now when the user types the first URL it is working fine and the final output in the browser is &lt;A href="https://community.cisco.com/www.example.com/irj/portal" target="_blank"&gt;www.example.com/irj/portal&lt;/A&gt;. This full url with the /irj/portal is appended from the application itself not from ACE and it works fine.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;What we want to achieve is that when the user types &lt;A href="https://community.cisco.com/www.secondexample.com" target="_blank"&gt;www.secondexample.com&lt;/A&gt; it should go to &lt;A href="https://community.cisco.com/www.example.com/irj/portal/anonymous" target="_blank"&gt;www.example.com/irj/portal/anonymous&lt;/A&gt; which is not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;I will still try to get some captures next time I am allowed to make changes to the production.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;Rehan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 09:11:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706736#M34239</guid>
      <dc:creator>Rehan Khan</dc:creator>
      <dc:date>2011-04-12T09:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ACE- Module URL Re-Write (NOT SSL Re-Write)</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706737#M34240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can probably achieve this by using HTTP redirection. use a class map to match the Host field / URI you want to match and foward the request&lt;/P&gt;&lt;P&gt;to a redirect serverfarm with the right target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small active_link" href="http://www.cisco.com/en/US/partner/docs/interfaces_modules/services_modules/ace/v3.00_A2/configuration/slb/guide/rsfarms.html#wp1046009"&gt;http://www.cisco.com/en/US/partner/docs/interfaces_modules/services_modules/ace/v3.00_A2/configuration/slb/guide/rsfarms.html#wp1046009&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewriting the URI or the payload of pages is not supported. Only HTTP redirections will work with the ACE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 16:36:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-module-url-re-write-not-ssl-re-write/m-p/1706737#M34240</guid>
      <dc:creator>Surya ARBY</dc:creator>
      <dc:date>2011-04-12T16:36:24Z</dc:date>
    </item>
  </channel>
</rss>

