<?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 hello kanwal,forst of all , in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-http-header-response-redirect-does-not-work/m-p/2644769#M42674</link>
    <description>&lt;P&gt;hello kanwal,&lt;/P&gt;&lt;P&gt;forst of all , thank you for your reply :).&lt;/P&gt;&lt;P&gt;in&amp;nbsp;this case no. &amp;nbsp;i got it work this night (after hours of headache). my problem was the redirect of http requests to https on the same IP for direct exchange access.&lt;/P&gt;&lt;P&gt;so i altered the configuration as follows to another free IP and it works instantly:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;rserver redirect 01_redirect_80-to-443&lt;BR /&gt;&amp;nbsp; webhost-redirection &lt;A href="https://%h%p" target="_blank"&gt;https://%h%p&lt;/A&gt; 301&lt;BR /&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;serverfarm redirect 01_redirect_80-to-443&lt;BR /&gt;&amp;nbsp; rserver 01_redirect_80-to-443&lt;BR /&gt;&amp;nbsp; &amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;action-list type modify http 80-to-443-rewrite&lt;BR /&gt;&amp;nbsp; ssl url rewrite location ".*"&lt;/P&gt;&lt;P&gt;action-list type modify http 141F_autodiscover-redirect&lt;BR /&gt;&amp;nbsp; header rewrite response location header-value "https://autodiscover.exchange.tld/autodiscover" replace "http://autodiscover[.]*[.]*"&lt;/P&gt;&lt;P&gt;class-map match-all 01_redirect_80-to-443-Class&lt;BR /&gt;&amp;nbsp; 2 match virtual-address A.B.C.D tcp eq www&lt;/P&gt;&lt;P&gt;class-map match-all 141A_redirect_80-to-443-Autodiscover_Class&lt;BR /&gt;&amp;nbsp; 2 match virtual-address A.B.C.D tcp eq www&lt;/P&gt;&lt;P&gt;class-map type http loadbalance match-all 141C_autodiscover.*.*&lt;BR /&gt;&amp;nbsp; 2 match http header Host header-value "autodiscover.*.*"&lt;BR /&gt;&amp;nbsp; 4 match http url /&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match 01_redirect_80-to-443-Policy&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; serverfarm 01_redirect_80-to-443&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match 141B_redirect_80-to-443-Autodiscover_Policy&lt;BR /&gt;&amp;nbsp; class 141C_autodiscover.*.*&lt;BR /&gt;&amp;nbsp; &amp;nbsp; serverfarm 01_redirect_80-to-443&lt;BR /&gt;&amp;nbsp; &amp;nbsp; action 141F_autodiscover-redirect&lt;/P&gt;&lt;P&gt;policy-map multi-match vlan_504_in&lt;BR /&gt;&amp;nbsp; class 141A_redirect_80-to-443-Autodiscover_Class&lt;BR /&gt;&amp;nbsp; &amp;nbsp; loadbalance vip inservice&lt;BR /&gt;&amp;nbsp; &amp;nbsp; loadbalance policy 141B_redirect_80-to-443-Autodiscover_Policy&lt;BR /&gt;&amp;nbsp; &amp;nbsp; nat dynamic 110 vlan 21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i recognized that the ACE is handling the redirect other than the ARR feature in windows 2012 since in windows for redirect we get a HTTP 200, in ACE the new URL is pushed back to the client and a SSL connection is made instantly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;in fact it works, but the HTTP =&amp;gt; HTTPS redirect in windows seems faster than the ACE redirect. this is something i can not catch at the moment. may be we can improve the configuration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you in advance.&lt;/P&gt;&lt;P&gt;manuel&lt;/P&gt;</description>
    <pubDate>Tue, 03 Feb 2015 15:05:58 GMT</pubDate>
    <dc:creator>mwannemacher</dc:creator>
    <dc:date>2015-02-03T15:05:58Z</dc:date>
    <item>
      <title>ACE HTTP header response redirect does not work</title>
      <link>https://community.cisco.com/t5/application-networking/ace-http-header-response-redirect-does-not-work/m-p/2644767#M42672</link>
      <description>&lt;P&gt;hello team,&lt;/P&gt;&lt;P&gt;i am dealing for a while now with the issue, that we want to replace a windows server maschine doing in IIS only a redirect of &lt;A href="http://autodiscover.domain.tld" target="_blank"&gt;http://autodiscover.domain.tld&lt;/A&gt; to &lt;A href="https://autodiscover.exchange.tld/autodiscover" target="_blank"&gt;https://autodiscover.exchange.tld/autodiscover&lt;/A&gt;. since it is needed for each client, there is "some" administrative overhead we want to prevent for &amp;nbsp;each new client.&lt;/P&gt;&lt;P&gt;so i configured the following in ACE (snipped)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;action-list type modify http autodiscover-redirect&lt;BR /&gt;&amp;nbsp; header rewrite response location header-value "https://autodiscover.exchange.tld/autodiscover" replace "http://autodiscover.*.*"&lt;/P&gt;&lt;P&gt;action-list type modify http 80-to-443-rewrite&lt;BR /&gt;&amp;nbsp; ssl url rewrite location ".*"&lt;/P&gt;&lt;P&gt;&amp;nbsp;rserver redirect 01_redirect_80-to-443&lt;BR /&gt;&amp;nbsp; webhost-redirection &lt;A href="https://%h%p" target="_blank"&gt;https://%h%p&lt;/A&gt; 301&lt;BR /&gt;&amp;nbsp; inservice&amp;nbsp;&lt;/P&gt;&lt;P&gt;rserver redirect 03_response_redirect_autodiscover&lt;BR /&gt;&amp;nbsp; webhost-redirection &lt;A href="http://%h%p" target="_blank"&gt;http://%h%p&lt;/A&gt; 301&lt;/P&gt;&lt;P&gt;serverfarm redirect 01_redirect_80-to-443&lt;BR /&gt;&amp;nbsp; rserver 01_redirect_80-to-443&lt;BR /&gt;&amp;nbsp; &amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;serverfarm redirect 03_response_redirect_autodiscover&lt;BR /&gt;&amp;nbsp; rserver 03_response_redirect_autodiscover&lt;BR /&gt;&amp;nbsp; &amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;class-map type http loadbalance match-all 02A_autodiscover.*.*&lt;BR /&gt;&amp;nbsp; 2 match http header Host header-value "autodiscover.*.*"&lt;BR /&gt;&amp;nbsp; 4 match http url /&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match 21_Exchange-HTTPS-Policy&lt;/P&gt;&lt;P&gt;&amp;nbsp; class 02A_autodiscover.*.*&lt;BR /&gt;&amp;nbsp; &amp;nbsp; action autodiscover-redirect&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; sticky-serverfarm 21_Exchange-cookie-sticky_443&lt;BR /&gt;&amp;nbsp; &amp;nbsp; action 80-to-443-rewrite&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it always is redirecting me directly within the same session to &lt;A href="https://autodiscover.exchange.tld/autodiscover" target="_blank"&gt;https://autodiscover.exchange.tld/autodiscover&lt;/A&gt; instead telling the client to make a new request for&amp;nbsp;https://autodiscover.exchange.tld/autodiscover.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for suggestions.&lt;/P&gt;&lt;P&gt;manuel&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2015 17:26:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-http-header-response-redirect-does-not-work/m-p/2644767#M42672</guid>
      <dc:creator>mwannemacher</dc:creator>
      <dc:date>2015-02-02T17:26:53Z</dc:date>
    </item>
    <item>
      <title>Hi Manuel,Are you doing ssl</title>
      <link>https://community.cisco.com/t5/application-networking/ace-http-header-response-redirect-does-not-work/m-p/2644768#M42673</link>
      <description>&lt;P&gt;Hi Manuel,&lt;/P&gt;&lt;P&gt;Are you doing ssl termination on ACE? Also, send me the existing "interesting"&amp;nbsp;configuration &amp;nbsp;and i will send you the configuration example.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;P&gt;Note: Please mark answers if they are helpful.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 14:55:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-http-header-response-redirect-does-not-work/m-p/2644768#M42673</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2015-02-03T14:55:38Z</dc:date>
    </item>
    <item>
      <title>hello kanwal,forst of all ,</title>
      <link>https://community.cisco.com/t5/application-networking/ace-http-header-response-redirect-does-not-work/m-p/2644769#M42674</link>
      <description>&lt;P&gt;hello kanwal,&lt;/P&gt;&lt;P&gt;forst of all , thank you for your reply :).&lt;/P&gt;&lt;P&gt;in&amp;nbsp;this case no. &amp;nbsp;i got it work this night (after hours of headache). my problem was the redirect of http requests to https on the same IP for direct exchange access.&lt;/P&gt;&lt;P&gt;so i altered the configuration as follows to another free IP and it works instantly:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;rserver redirect 01_redirect_80-to-443&lt;BR /&gt;&amp;nbsp; webhost-redirection &lt;A href="https://%h%p" target="_blank"&gt;https://%h%p&lt;/A&gt; 301&lt;BR /&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;serverfarm redirect 01_redirect_80-to-443&lt;BR /&gt;&amp;nbsp; rserver 01_redirect_80-to-443&lt;BR /&gt;&amp;nbsp; &amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;action-list type modify http 80-to-443-rewrite&lt;BR /&gt;&amp;nbsp; ssl url rewrite location ".*"&lt;/P&gt;&lt;P&gt;action-list type modify http 141F_autodiscover-redirect&lt;BR /&gt;&amp;nbsp; header rewrite response location header-value "https://autodiscover.exchange.tld/autodiscover" replace "http://autodiscover[.]*[.]*"&lt;/P&gt;&lt;P&gt;class-map match-all 01_redirect_80-to-443-Class&lt;BR /&gt;&amp;nbsp; 2 match virtual-address A.B.C.D tcp eq www&lt;/P&gt;&lt;P&gt;class-map match-all 141A_redirect_80-to-443-Autodiscover_Class&lt;BR /&gt;&amp;nbsp; 2 match virtual-address A.B.C.D tcp eq www&lt;/P&gt;&lt;P&gt;class-map type http loadbalance match-all 141C_autodiscover.*.*&lt;BR /&gt;&amp;nbsp; 2 match http header Host header-value "autodiscover.*.*"&lt;BR /&gt;&amp;nbsp; 4 match http url /&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match 01_redirect_80-to-443-Policy&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; serverfarm 01_redirect_80-to-443&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match 141B_redirect_80-to-443-Autodiscover_Policy&lt;BR /&gt;&amp;nbsp; class 141C_autodiscover.*.*&lt;BR /&gt;&amp;nbsp; &amp;nbsp; serverfarm 01_redirect_80-to-443&lt;BR /&gt;&amp;nbsp; &amp;nbsp; action 141F_autodiscover-redirect&lt;/P&gt;&lt;P&gt;policy-map multi-match vlan_504_in&lt;BR /&gt;&amp;nbsp; class 141A_redirect_80-to-443-Autodiscover_Class&lt;BR /&gt;&amp;nbsp; &amp;nbsp; loadbalance vip inservice&lt;BR /&gt;&amp;nbsp; &amp;nbsp; loadbalance policy 141B_redirect_80-to-443-Autodiscover_Policy&lt;BR /&gt;&amp;nbsp; &amp;nbsp; nat dynamic 110 vlan 21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i recognized that the ACE is handling the redirect other than the ARR feature in windows 2012 since in windows for redirect we get a HTTP 200, in ACE the new URL is pushed back to the client and a SSL connection is made instantly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;in fact it works, but the HTTP =&amp;gt; HTTPS redirect in windows seems faster than the ACE redirect. this is something i can not catch at the moment. may be we can improve the configuration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you in advance.&lt;/P&gt;&lt;P&gt;manuel&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:05:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-http-header-response-redirect-does-not-work/m-p/2644769#M42674</guid>
      <dc:creator>mwannemacher</dc:creator>
      <dc:date>2015-02-03T15:05:58Z</dc:date>
    </item>
  </channel>
</rss>

