<?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: CSS Redirection on an odd extension in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-redirection-on-an-odd-extension/m-p/767196#M14713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are saying that the traffic is coming on https, and you need to do a redirect to a different url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, so far if you don't have a SSL module, and you are not doing SSL termination on the CSS, you wont be able to do the redirect, since the traffic is coming encrypted and the CSS is not able to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if you are doing SSL termination on the CSS, once you have decrypted the traffic please try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new service:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Service redirect&lt;/P&gt;&lt;P&gt;  keepalive type none&lt;/P&gt;&lt;P&gt;  type redirect&lt;/P&gt;&lt;P&gt;  no prepend-http&lt;/P&gt;&lt;P&gt;  redirect-string "&lt;A class="jive-link-custom" href="https://xx.xxx.xx/apc_prd/WsExternalApc.wsdl" target="_blank"&gt;https://xx.xxx.xx/apc_prd/WsExternalApc.wsdl&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content APC_PRD_WDSL_80&lt;/P&gt;&lt;P&gt;  vip address 192.168.206.146&lt;/P&gt;&lt;P&gt;  add service redirect&lt;/P&gt;&lt;P&gt;  protocol tcp&lt;/P&gt;&lt;P&gt;  port 80&lt;/P&gt;&lt;P&gt;  url "/apc_prd/WsExternalApc.asmx?WSDL"&lt;/P&gt;&lt;P&gt;  active   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, everything that comes on port 80 with that vip and that specific url is going to be redirected to "&lt;A class="jive-link-custom" href="https://xx.xxx.xx/apc_prd/WsExternalApc.wsdl" target="_blank"&gt;https://xx.xxx.xx/apc_prd/WsExternalApc.wsdl&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Rodrigo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2007 04:33:24 GMT</pubDate>
    <dc:creator>RODRGUTI</dc:creator>
    <dc:date>2007-06-25T04:33:24Z</dc:date>
    <item>
      <title>CSS Redirection on an odd extension</title>
      <link>https://community.cisco.com/t5/application-networking/css-redirection-on-an-odd-extension/m-p/767195#M14712</link>
      <description>&lt;P&gt;The customer comes to "&lt;A class="jive-link-custom" href="https://xx.xxx.xx/apc_prd/WsExternalApc.asmx?WSDL" target="_blank"&gt;https://xx.xxx.xx/apc_prd/WsExternalApc.asmx?WSDL&lt;/A&gt; "&lt;/P&gt;&lt;P&gt;But need to redirect this to "&lt;A class="jive-link-custom" href="https://xx.xxx.xx/apc_prd/WsExternalApc.wsdl" target="_blank"&gt;https://xx.xxx.xx/apc_prd/WsExternalApc.wsdl&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is the CSS does not like the ?WSDL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried the following without success:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  content APC_PRD_WDSL_80&lt;/P&gt;&lt;P&gt;    vip address 192.168.206.146 &lt;/P&gt;&lt;P&gt;    add service SVANWEBPRD03_APC_PRD &lt;/P&gt;&lt;P&gt;    add service SVANWEBPRD04_APC_PRD &lt;/P&gt;&lt;P&gt;    advanced-balance arrowpoint-cookie &lt;/P&gt;&lt;P&gt;    protocol tcp &lt;/P&gt;&lt;P&gt;    port 80 &lt;/P&gt;&lt;P&gt;    url "/apc_prd/WsExternalApc.asmx?WSDL" &lt;/P&gt;&lt;P&gt;    redirect "/apc_prd/WsExternalApc.wsdl"&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there a way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2007 20:15:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-redirection-on-an-odd-extension/m-p/767195#M14712</guid>
      <dc:creator>p.mckay</dc:creator>
      <dc:date>2007-06-22T20:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Redirection on an odd extension</title>
      <link>https://community.cisco.com/t5/application-networking/css-redirection-on-an-odd-extension/m-p/767196#M14713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are saying that the traffic is coming on https, and you need to do a redirect to a different url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, so far if you don't have a SSL module, and you are not doing SSL termination on the CSS, you wont be able to do the redirect, since the traffic is coming encrypted and the CSS is not able to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if you are doing SSL termination on the CSS, once you have decrypted the traffic please try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new service:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Service redirect&lt;/P&gt;&lt;P&gt;  keepalive type none&lt;/P&gt;&lt;P&gt;  type redirect&lt;/P&gt;&lt;P&gt;  no prepend-http&lt;/P&gt;&lt;P&gt;  redirect-string "&lt;A class="jive-link-custom" href="https://xx.xxx.xx/apc_prd/WsExternalApc.wsdl" target="_blank"&gt;https://xx.xxx.xx/apc_prd/WsExternalApc.wsdl&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content APC_PRD_WDSL_80&lt;/P&gt;&lt;P&gt;  vip address 192.168.206.146&lt;/P&gt;&lt;P&gt;  add service redirect&lt;/P&gt;&lt;P&gt;  protocol tcp&lt;/P&gt;&lt;P&gt;  port 80&lt;/P&gt;&lt;P&gt;  url "/apc_prd/WsExternalApc.asmx?WSDL"&lt;/P&gt;&lt;P&gt;  active   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, everything that comes on port 80 with that vip and that specific url is going to be redirected to "&lt;A class="jive-link-custom" href="https://xx.xxx.xx/apc_prd/WsExternalApc.wsdl" target="_blank"&gt;https://xx.xxx.xx/apc_prd/WsExternalApc.wsdl&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Rodrigo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 04:33:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-redirection-on-an-odd-extension/m-p/767196#M14713</guid>
      <dc:creator>RODRGUTI</dc:creator>
      <dc:date>2007-06-25T04:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Redirection on an odd extension</title>
      <link>https://community.cisco.com/t5/application-networking/css-redirection-on-an-odd-extension/m-p/767197#M14714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue so far is the line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;url "/apc_prd/WsExternalApc.asmx?WSDL"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSS complains "%% Unsupported or invalid content rule URI"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSS11503(config-owner-content[TEST-APCD_WDSL_80])# url "/apc_prd/WsExternalApc.asmx?WSDL"&lt;/P&gt;&lt;P&gt;%% Unsupported or invalid content rule URI&lt;/P&gt;&lt;P&gt;CSS11503(config-owner-content[TEST-APCD_WDSL_80])# &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 16:49:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-redirection-on-an-odd-extension/m-p/767197#M14714</guid>
      <dc:creator>p.mckay</dc:creator>
      <dc:date>2007-06-25T16:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Redirection on an odd extension</title>
      <link>https://community.cisco.com/t5/application-networking/css-redirection-on-an-odd-extension/m-p/767198#M14715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;looks like the CSS only accepts 7 characters after the dot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSS11503-2(config-owner-content[gdufour-WWW])# url "/.1234567"&lt;/P&gt;&lt;P&gt;CSS11503-2(config-owner-content[gdufour-WWW])# no url&lt;/P&gt;&lt;P&gt;CSS11503-2(config-owner-content[gdufour-WWW])# url "/.12345678"&lt;/P&gt;&lt;P&gt;%% Unsupported or invalid content rule URI&lt;/P&gt;&lt;P&gt;CSS11503-2(config-owner-content[gdufour-WWW])# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 07:54:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-redirection-on-an-odd-extension/m-p/767198#M14715</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-06-26T07:54:20Z</dc:date>
    </item>
  </channel>
</rss>

