<?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 problem in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-redirection-problem/m-p/894618#M17544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And you should probably add a wildcard to ensure your redirect will work for every addresses used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2008 15:33:18 GMT</pubDate>
    <dc:creator>David Coupez</dc:creator>
    <dc:date>2008-02-12T15:33:18Z</dc:date>
    <item>
      <title>CSS Redirection problem</title>
      <link>https://community.cisco.com/t5/application-networking/css-redirection-problem/m-p/894614#M17540</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a CSS 11500. I've problem of redirection HTTPS with Mozilla and Opera (it seems there are no problem with Internet Explorer).&lt;/P&gt;&lt;P&gt;Mozilla use a URL &lt;A class="jive-link-custom" href="http://www.example.com:443/blabla" target="_blank"&gt;http://www.example.com:443/blabla&lt;/A&gt; instead of &lt;A class="jive-link-custom" href="https://www.example.com/blabla." target="_blank"&gt;https://www.example.com/blabla.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here my CSS configuration&lt;/P&gt;&lt;P&gt;ssl-proxy-list SSL-PROXY&lt;/P&gt;&lt;P&gt;  ssl-server 20&lt;/P&gt;&lt;P&gt;  ssl-server 20 cipher rsa-with-rc4-128-md5 XXXXXXXXXXXXXX&lt;/P&gt;&lt;P&gt;  ssl-server 20 vip address X.X.X.X&lt;/P&gt;&lt;P&gt;  ssl-server 20 rsacert certXXXX&lt;/P&gt;&lt;P&gt;  ssl-server 20 rsakey keyXXXX&lt;/P&gt;&lt;P&gt;  ssl-server 21&lt;/P&gt;&lt;P&gt;  ssl-server 21 cipher rsa-with-rc4-128-md5 X.X.X.X 80&lt;/P&gt;&lt;P&gt;  ssl-server 21 rsacert certXXX&lt;/P&gt;&lt;P&gt;  ssl-server 21 rsakey keyXXX&lt;/P&gt;&lt;P&gt;  ssl-server 21 vip address X.X.X.X&lt;/P&gt;&lt;P&gt;  ssl-server 20 http-header prefix "SSL"&lt;/P&gt;&lt;P&gt;  ssl-server 20 urlrewrite 1 &lt;A class="jive-link-custom" href="http://www.example.com" target="_blank"&gt;www.example.com&lt;/A&gt; sslport 443 clearport 80&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cedric&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2008 10:52:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-redirection-problem/m-p/894614#M17540</guid>
      <dc:creator>cdicesare</dc:creator>
      <dc:date>2008-02-06T10:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Redirection problem</title>
      <link>https://community.cisco.com/t5/application-networking/css-redirection-problem/m-p/894615#M17541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see why the response would be different for IE and mozilla.&lt;/P&gt;&lt;P&gt;Can you get us a sniff of the server traffic, to see what the redirect looks like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 12:07:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-redirection-problem/m-p/894615#M17541</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-02-06T12:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Redirection problem</title>
      <link>https://community.cisco.com/t5/application-networking/css-redirection-problem/m-p/894616#M17542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed, the problem isn't the web navigator after to deep with tcpdump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is it misses the / at the end of the URL !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="https://xxx.example.com/blabla" target="_blank"&gt;https://xxx.example.com/blabla&lt;/A&gt; =&amp;gt; the redirect doesn't work =&amp;gt; &lt;A class="jive-link-custom" href="http://www.example.com:443/blabla" target="_blank"&gt;http://www.example.com:443/blabla&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="https://xxx.example.com/blabla/" target="_blank"&gt;https://xxx.example.com/blabla/&lt;/A&gt; =&amp;gt; the redirect work !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our customer don't wish modify their webserver apache. It's possible to find a solution with the CSS ? With a specifiq redirector rule ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CÃ©dric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 12:29:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-redirection-problem/m-p/894616#M17542</guid>
      <dc:creator>cdicesare</dc:creator>
      <dc:date>2008-02-07T12:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Redirection problem</title>
      <link>https://community.cisco.com/t5/application-networking/css-redirection-problem/m-p/894617#M17543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cedric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a rule like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;owner ....&lt;/P&gt;&lt;P&gt;  content redirect1&lt;/P&gt;&lt;P&gt;    vip address x.x.x.x&lt;/P&gt;&lt;P&gt;    port 80&lt;/P&gt;&lt;P&gt;    url "/blabla"&lt;/P&gt;&lt;P&gt;    redirect "&lt;A class="jive-link-custom" href="https://...../blabla/" target="_blank"&gt;https://...../blabla/&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt;  !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 12:50:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-redirection-problem/m-p/894617#M17543</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-02-07T12:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Redirection problem</title>
      <link>https://community.cisco.com/t5/application-networking/css-redirection-problem/m-p/894618#M17544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And you should probably add a wildcard to ensure your redirect will work for every addresses used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 15:33:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-redirection-problem/m-p/894618#M17544</guid>
      <dc:creator>David Coupez</dc:creator>
      <dc:date>2008-02-12T15:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: CSS Redirection problem</title>
      <link>https://community.cisco.com/t5/application-networking/css-redirection-problem/m-p/894619#M17545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; NO !!!!!&lt;/P&gt;&lt;P&gt; do not put a wildcard as it would match the redirect link as well and you will enter in a loop.&lt;/P&gt;&lt;P&gt;Just copy it the way it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles&lt;/P&gt;&lt;P&gt;CSS/CSM/ACE Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 16:58:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-redirection-problem/m-p/894619#M17545</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-02-12T16:58:35Z</dc:date>
    </item>
  </channel>
</rss>

