<?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: Redirect users to certain page on website in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/162971#M52808</link>
    <description>&lt;P&gt;redirects are not supported as such&lt;/P&gt;
&lt;P&gt;you can jury-rig a response page but this will only trigger the same response page if you point to the same hostname and you can only have one response page&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you could try using a DNS proxy and poisoning DNS queries and redirecting to internal machines&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2017 15:05:08 GMT</pubDate>
    <dc:creator>reaper</dc:creator>
    <dc:date>2017-06-23T15:05:08Z</dc:date>
    <item>
      <title>Redirect users to certain page on website</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/162923#M52792</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am looking to be able to redirect users to a set page within a website when they visit the homepage&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example user goes to&amp;nbsp;&lt;A href="https://www.facebook.com" target="_blank"&gt;https://www.facebook.com&lt;/A&gt; I want them to be automatically redirected to&amp;nbsp;&lt;A href="https://www.facebook.com/PaloAltoNetworks/" target="_blank"&gt;https://www.facebook.com/PaloAltoNetworks/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried using a custom response Page and url category but this just gets into a nasty loop&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone could help that would be excellant&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 10:51:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/162923#M52792</guid>
      <dc:creator>adrianflux</dc:creator>
      <dc:date>2017-06-23T10:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect users to certain page on website</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/162940#M52794</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/64161"&gt;@adrianflux&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Some sites just are not going to play well with this at all, it's one of those few instances where the best response is "abandon all hope ye who enter here". I don't think you are going to be able to get this to work consistently.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 12:57:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/162940#M52794</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2017-06-23T12:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect users to certain page on website</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/162971#M52808</link>
      <description>&lt;P&gt;redirects are not supported as such&lt;/P&gt;
&lt;P&gt;you can jury-rig a response page but this will only trigger the same response page if you point to the same hostname and you can only have one response page&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you could try using a DNS proxy and poisoning DNS queries and redirecting to internal machines&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 15:05:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/162971#M52808</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2017-06-23T15:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect users to certain page on website</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163028#M52819</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/7608"&gt;@reaper&lt;/a&gt;&lt;/P&gt;&lt;P&gt;It is not officially supported but ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/64161"&gt;@adrianflux&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I see a chance to do this with javascript on the response page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;window.location.href could be used to get the current URL&lt;/LI&gt;&lt;LI&gt;then with a switch-case function you could dynamically redirect different sources to the destinations you want&lt;/LI&gt;&lt;LI&gt;window.location.replace("&lt;A href="http://www.paloaltonetworks.com" target="_blank"&gt;www.paloaltonetworks.com&lt;/A&gt;"; will then to the redirect trick&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;only with that it will not be done completely. You will also need different security rules to make sure that only specific websites will present the response page while the one you redirect to need to be allowed without response page ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;rule: allow &lt;A href="http://www.facebook.com/paloaltonetworks" target="_blank"&gt;www.facebook.com/paloaltonetworks&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;rule: show response page for &lt;A href="http://www.facebook.com" target="_blank"&gt;www.facebook.com&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 23 Jun 2017 20:28:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163028#M52819</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2017-06-23T20:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect users to certain page on website</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163030#M52821</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/16592"&gt;@Remo&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I would preference this with a warning that if you do this Chrome will likely through security complaints, Firefox will likely also, of course IE and Edge will likely not care.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 20:33:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163030#M52821</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2017-06-23T20:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect users to certain page on website</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163085#M52835</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&lt;/P&gt;&lt;P&gt;What exactly do you mean with the mentionned warning?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I shortly tried with a local html file (not as response page). At least there with chrome 59 and firefox 54 the redirect works without issues. Ok, the respone page is shortly visible, but this you can customize with a text like "redirecting in 3, 2, 1 ..." (or something which makes more sense &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try this shortly at the beginning of next week if it works the same way when actually presented by the firewall as response page&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2017 09:14:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163085#M52835</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2017-06-24T09:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect users to certain page on website</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163236#M52865</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/16592"&gt;@Remo&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I know that chrome seems to know exactly where popular sites like facebook or something like that should resolve; getting in the way of it actually resolving to that site can cause issues and get a error about the traffic potentially getting intercepted.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 13:32:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163236#M52865</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2017-06-26T13:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect users to certain page on website</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163248#M52868</link>
      <description>&lt;P&gt;Thanks everyone for your suggestions&lt;/P&gt;&lt;P&gt;I was thinking what I wanted to do couldn't be done without a lot of messing around with DNS and page redirects&lt;/P&gt;&lt;P&gt;Will just go back to management and say that it cannot be done easily&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 13:54:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163248#M52868</guid>
      <dc:creator>adrianflux</dc:creator>
      <dc:date>2017-06-26T13:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect users to certain page on website</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163267#M52873</link>
      <description>&lt;P&gt;FYI: The method with the javascript redirect works better than expected - no warning in chrome and firefox - and is really easy to implement.&lt;/P&gt;&lt;P&gt;Simply go to &lt;A href="http://www.facebook.com" target="_blank"&gt;www.facebook.com&lt;/A&gt; and you will be redirected to &lt;A href="http://www.facebook.com/paloaltonetworks" target="_blank"&gt;www.facebook.com/paloaltonetworks&lt;/A&gt; - or wherever you want do redirect your users to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With javascript it is even possible to customize this even more:&lt;/P&gt;&lt;P&gt;user opens facebook.com --&amp;gt; redirect to facebook/paloaltonetworks&lt;/P&gt;&lt;P&gt;user opens bing.com --&amp;gt; redirect to google.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with the user-id data you can even create user-based redirects (but keep in mind that the javascript can be viewed by everyone who gets to the response page) or ip network based redirects. Another case would be redirects based on (custom) url categories.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While you already have a lot of possibilities with the integrated response pages, such a redirect to your own webserver gives you even more possibilities - countless possibilities because there you don't have any space or whatever limitations because you do not have the full control over the webserver which runs on the firewall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Definately something I have to add to my to do list &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 17:43:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163267#M52873</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2017-06-26T17:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect users to certain page on website</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163268#M52874</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/16592"&gt;@Remo&lt;/a&gt;&amp;nbsp;wow thanks for the update&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry but dont know much regarding javascript, how have you done this. i assume by creating a webpage and uploading this to the palo?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 17:25:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163268#M52874</guid>
      <dc:creator>adrianflux</dc:creator>
      <dc:date>2017-06-26T17:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect users to certain page on website</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163287#M52880</link>
      <description>&lt;P&gt;Yes, in my (lab) test I exported the default block response page and there I added a little script in the head-section of the html. In this script (because I simply wanted to test your mentionned facebook example) I had only one line: window.location.replace ("&lt;A href="https://www.facebook.com/paloaltonetworks" target="_blank"&gt;https://www.facebook.com/paloaltonetworks&lt;/A&gt;");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this one line (and the needed security policies) I was able to browse to facebook.com where this block page was shown and there this redirect-script was triggered by atting an onload attribut to the htnl body tag.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now in your case of course a little more customizing will be needed. I assume you also use the url block page for siguations where you do not want a redirect right?&lt;/P&gt;&lt;P&gt;So the script needs to either contain an if-then or switch-case function to make sure the redirect will only be triggered on the websites you want. So you need to pass the actual URL into a javascript variable to further process it. In addition, this block page is visible for &amp;lt;2 seconds. So for the user its better to show something else that the block page when the redirect is initiated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, if you've done not much with javascript now it sounds a little more complicated but it really isn't.&lt;/P&gt;&lt;P&gt;So if your still interessted I will shortly create what I described here and post it when it's done.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 20:32:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/redirect-users-to-certain-page-on-website/m-p/163287#M52880</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2017-06-26T20:32:32Z</dc:date>
    </item>
  </channel>
</rss>

