<?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: Shorten Mashup Path by Using URL Masking and Redirect in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Shorten-Mashup-Path-by-Using-URL-Masking-and-Redirect/m-p/1825554#M15331</link>
    <description>&lt;P&gt;does anyone know a way around this?&amp;nbsp; &amp;nbsp;to get around the certificate issues when attempting to set up a short url for redirecting&amp;nbsp; to a mashup?&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jul 2021 15:44:27 GMT</pubDate>
    <dc:creator>Ken_T</dc:creator>
    <dc:date>2021-07-29T15:44:27Z</dc:date>
    <item>
      <title>Shorten Mashup Path by Using URL Masking and Redirect</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Shorten-Mashup-Path-by-Using-URL-Masking-and-Redirect/m-p/1181857#M5867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if anyone else has tried this, but I need a URL that isn't incredibly long in order to send to clients for this mashup we made recently. It is located at .../extensions/testmashup/testmashup.html and the client is required to sign in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if editing the .htaccess file on the web server will let me mask and redirect the URL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So instead of going to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://subdomain.domain.com/extensions/testmashup/testmashup.html" rel="nofollow" target="_blank"&gt;https://subdomain.domain.com/extensions/testmashup/testmashup.html&lt;/A&gt;&lt;SPAN&gt; the client could instead type &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://subdomain.domain.com/testmashup" rel="nofollow" target="_blank"&gt;https://subdomain.domain.com/testmashup&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried adding this to my htaccess file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RewriteEngine on&lt;/P&gt;&lt;P&gt;RewriteCond %{HTTP_HOST} ^&lt;SPAN style="font-size: 13.3333px;"&gt;subdomain&lt;/SPAN&gt;.domain.com/testmashup [NC,OR]&lt;/P&gt;&lt;P&gt;RewriteCond %{HTTP_HOST} ^&lt;SPAN style="font-size: 13.3333px;"&gt;subdomain&lt;/SPAN&gt;.domain.com/&lt;SPAN style="font-size: 13.3333px;"&gt;testmashup&lt;/SPAN&gt; [NC]&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;RewriteRule ^(.*)$ &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://subdomain.domain.com/extensions/" rel="nofollow" target="_blank"&gt;https://subdomain.domain.com/extensions/&lt;/A&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;testmashup&lt;/SPAN&gt;/&lt;SPAN style="font-size: 13.3333px;"&gt;testmashup.html&lt;/SPAN&gt; [L,R=301,NC]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can't get it to work. Qlik Sense Server is deployed on an Azure VM and the DNS records of one of our websites' subdomains points to the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 20:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Shorten-Mashup-Path-by-Using-URL-Masking-and-Redirect/m-p/1181857#M5867</guid>
      <dc:creator>TKendrick20</dc:creator>
      <dc:date>2016-09-12T20:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Shorten Mashup Path by Using URL Masking and Redirect</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Shorten-Mashup-Path-by-Using-URL-Masking-and-Redirect/m-p/1181858#M5868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;If your mashup is served by Qlik Sense built-in web server (and by the look of your URL it looks like it is) there is no support for this, so you should probably switch to using another web server (IIS ??).&amp;nbsp; You need to make some changes to your HTML and javascript files for that, as I have described here: &lt;A href="https://community.qlik.com/message/1078139"&gt;Re: load mashup from other path&lt;/A&gt; , but I guess you know that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 05:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Shorten-Mashup-Path-by-Using-URL-Masking-and-Redirect/m-p/1181858#M5868</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2016-09-13T05:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Shorten Mashup Path by Using URL Masking and Redirect</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Shorten-Mashup-Path-by-Using-URL-Masking-and-Redirect/m-p/1825554#M15331</link>
      <description>&lt;P&gt;does anyone know a way around this?&amp;nbsp; &amp;nbsp;to get around the certificate issues when attempting to set up a short url for redirecting&amp;nbsp; to a mashup?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 15:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Shorten-Mashup-Path-by-Using-URL-Masking-and-Redirect/m-p/1825554#M15331</guid>
      <dc:creator>Ken_T</dc:creator>
      <dc:date>2021-07-29T15:44:27Z</dc:date>
    </item>
  </channel>
</rss>

