<?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 11500 and Redirections in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-11500-and-redirections/m-p/1296784#M27005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Working perfectly, thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2009 15:41:56 GMT</pubDate>
    <dc:creator>daniel.pimentel</dc:creator>
    <dc:date>2009-08-13T15:41:56Z</dc:date>
    <item>
      <title>CSS 11500 and Redirections</title>
      <link>https://community.cisco.com/t5/application-networking/css-11500-and-redirections/m-p/1296781#M27002</link>
      <description>&lt;P&gt;Ok, so I have this particular problem and I'm not sure if there's a way to overcome this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a content rule which is listening to port 80 (let's say ip address 192.168.1.1), when that content rule is hit, the content rule redirects that query to port 443 in the same ip address (192.168.1.1) so we can always force they come to port 443 no matter what.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I have is this, if someone hits &lt;A class="jive-link-custom" href="https://192.168.1.1/MyFolder/MyApp/" target="_blank"&gt;https://192.168.1.1/MyFolder/MyApp/&lt;/A&gt; it works fine, but when someone hits that same URL coming from port 80, the content rule redirects to the root.&lt;/P&gt;&lt;P&gt;If they go to &lt;A class="jive-link-custom" href="https://192.168.1.1/MyFolder/MyApp/" target="_blank"&gt;https://192.168.1.1/MyFolder/MyApp/&lt;/A&gt; they are being redirected to 192.168.1.1 only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a way to overcome this? maybe saving the URL portion in a variable and then pass it along the redicrection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2009 19:50:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-11500-and-redirections/m-p/1296781#M27002</guid>
      <dc:creator>daniel.pimentel</dc:creator>
      <dc:date>2009-08-12T19:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: CSS 11500 and Redirections</title>
      <link>https://community.cisco.com/t5/application-networking/css-11500-and-redirections/m-p/1296782#M27003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is a sample to achieve that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service  HTTP2HTTPS &lt;/P&gt;&lt;P&gt;         no prepend-http &lt;/P&gt;&lt;P&gt;         keepalive type none &lt;/P&gt;&lt;P&gt;         type redirect &lt;/P&gt;&lt;P&gt;         domain &lt;A class="jive-link-custom" href="https://www.yoursite.com" target="_blank"&gt;https://www.yoursite.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;         active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content HTTP2HTTPSrule &lt;/P&gt;&lt;P&gt;           vip address 192.168.1.1&lt;/P&gt;&lt;P&gt;           protocol tcp &lt;/P&gt;&lt;P&gt;           port 80 &lt;/P&gt;&lt;P&gt;           url "/*" &lt;/P&gt;&lt;P&gt;           add service HTTP2HTTPS&lt;/P&gt;&lt;P&gt;           active &lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;content HTTPS &lt;/P&gt;&lt;P&gt;           vip address 192.168.1.1&lt;/P&gt;&lt;P&gt;           protocol tcp &lt;/P&gt;&lt;P&gt;           port 443&lt;/P&gt;&lt;P&gt;           add service yoursslserver1&lt;/P&gt;&lt;P&gt;           add service yoursslserver2&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;Thanks&lt;/P&gt;&lt;P&gt;Syed Iftekhar Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 20:35:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-11500-and-redirections/m-p/1296782#M27003</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2009-08-12T20:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: CSS 11500 and Redirections</title>
      <link>https://community.cisco.com/t5/application-networking/css-11500-and-redirections/m-p/1296783#M27004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, thanks Syed, I'll try the configs tomorrow to see how they work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 21:17:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-11500-and-redirections/m-p/1296783#M27004</guid>
      <dc:creator>daniel.pimentel</dc:creator>
      <dc:date>2009-08-12T21:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: CSS 11500 and Redirections</title>
      <link>https://community.cisco.com/t5/application-networking/css-11500-and-redirections/m-p/1296784#M27005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Working perfectly, thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2009 15:41:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-11500-and-redirections/m-p/1296784#M27005</guid>
      <dc:creator>daniel.pimentel</dc:creator>
      <dc:date>2009-08-13T15:41:56Z</dc:date>
    </item>
  </channel>
</rss>

