<?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 HTTPS to HTTP Redirect in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/https-to-http-redirect/m-p/361354#M88172</link>
    <description>&lt;P&gt;HI Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to redirect the traffic from HTTPS to HTTP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As my webserver is using&amp;nbsp; HTTP. We outside user connect it's&amp;nbsp;&amp;nbsp;&lt;A href="Https://abc.com" target="_blank"&gt;https://abc.com&lt;/A&gt;&amp;nbsp;it's should be redirect to &lt;A href="http://abc.com" target="_blank"&gt;http://abc.com&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Nov 2020 16:28:46 GMT</pubDate>
    <dc:creator>Joshan_Lakhani</dc:creator>
    <dc:date>2020-11-06T16:28:46Z</dc:date>
    <item>
      <title>HTTPS to HTTP Redirect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/https-to-http-redirect/m-p/361354#M88172</link>
      <description>&lt;P&gt;HI Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to redirect the traffic from HTTPS to HTTP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As my webserver is using&amp;nbsp; HTTP. We outside user connect it's&amp;nbsp;&amp;nbsp;&lt;A href="Https://abc.com" target="_blank"&gt;https://abc.com&lt;/A&gt;&amp;nbsp;it's should be redirect to &lt;A href="http://abc.com" target="_blank"&gt;http://abc.com&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 16:28:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/https-to-http-redirect/m-p/361354#M88172</guid>
      <dc:creator>Joshan_Lakhani</dc:creator>
      <dc:date>2020-11-06T16:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS to HTTP Redirect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/https-to-http-redirect/m-p/361374#M88175</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is done by the web server and NOT by the PANW FW.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are multiple google search results for how to do this.&lt;/P&gt;
&lt;P&gt;I did a quick search and here is what I found.&amp;nbsp; Note that this is not a FW function, but your own web developer to make this change in their code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;o redirect your website from HTTPS to HTTP, add the following rule in your website’s&amp;nbsp;&lt;STRONG&gt;.htaccess&lt;/STRONG&gt;&amp;nbsp;file:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="default hljs apache"&gt;&lt;SPAN class="hljs-comment"&gt;# Redirect HTTPS to HTTP&lt;/SPAN&gt;
&lt;SPAN class="hljs-attribute"&gt;&lt;SPAN class="hljs-nomarkup"&gt;RewriteCond&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="hljs-variable"&gt;%{HTTP:X-Forwarded-Proto}&lt;/SPAN&gt; =https
&lt;SPAN class="hljs-attribute"&gt;&lt;SPAN class="hljs-nomarkup"&gt;RewriteRule&lt;/SPAN&gt;&lt;/SPAN&gt; ^(.*)$ http://&lt;SPAN class="hljs-variable"&gt;%{HTTP_HOST}&lt;/SPAN&gt;&lt;SPAN class="hljs-variable"&gt;%{REQUEST_URI}&lt;/SPAN&gt;&lt;SPAN class="hljs-meta"&gt; [L,R=301]&lt;/SPAN&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 18:10:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/https-to-http-redirect/m-p/361374#M88175</guid>
      <dc:creator>S.Cantwell</dc:creator>
      <dc:date>2020-11-06T18:10:01Z</dc:date>
    </item>
  </channel>
</rss>

