<?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 QRS API error - Qlik Sense404 - The requested resource cannot be found - apple-touch-icon in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-error-Qlik-Sense404-The-requested-resource-cannot-be/m-p/1901889#M16389</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I am trying to run simple QRS API calls (get apps, streams, etc) from a powershell script. I get this strange error asking for apple icons.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;404 - The requested resource cannot be found. - Qlik Sense404 - The requested resource cannot be found. - Qlik Sense &amp;lt;link rel="apple-touch-icon" sizes="167x167" href="data&amp;amp;colon;image/png;base64, and then a chunk of hex which I am assuming is the encoded image it is expecting.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This is the powershell script&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;#ignore certificate/SSL errors
add-type @"
using System.Net;
using System.Security.Cryptography.X509Certificates;
public class TrustAllCertsPolicy : ICertificatePolicy {
public bool CheckValidationResult(
ServicePoint srvPoint, X509Certificate certificate,
WebRequest request, int certificateProblem) {
return true;
}
}
"@
[System.Net.ServicePointManager]::CertificatePolicy = New-Object TrustAllCertsPolicy

#use TLS1.2
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12


$hdrs = @{}
$hdrs.Add("X-Qlik-xrfkey","12345678qwertyui")
$url = "https://localhost/win/qrs/about?xrfkey=12345678qwertyui"
$resp = Invoke-RestMethod -Uri $url -Method Get -Headers $hdrs -UseDefaultCredentials
echo $resp&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Any ideas what the problem might be?&lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2022 14:51:22 GMT</pubDate>
    <dc:creator>DavidFosterVF</dc:creator>
    <dc:date>2022-03-07T14:51:22Z</dc:date>
    <item>
      <title>QRS API error - Qlik Sense404 - The requested resource cannot be found - apple-touch-icon</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-error-Qlik-Sense404-The-requested-resource-cannot-be/m-p/1901889#M16389</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am trying to run simple QRS API calls (get apps, streams, etc) from a powershell script. I get this strange error asking for apple icons.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;404 - The requested resource cannot be found. - Qlik Sense404 - The requested resource cannot be found. - Qlik Sense &amp;lt;link rel="apple-touch-icon" sizes="167x167" href="data&amp;amp;colon;image/png;base64, and then a chunk of hex which I am assuming is the encoded image it is expecting.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This is the powershell script&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;#ignore certificate/SSL errors
add-type @"
using System.Net;
using System.Security.Cryptography.X509Certificates;
public class TrustAllCertsPolicy : ICertificatePolicy {
public bool CheckValidationResult(
ServicePoint srvPoint, X509Certificate certificate,
WebRequest request, int certificateProblem) {
return true;
}
}
"@
[System.Net.ServicePointManager]::CertificatePolicy = New-Object TrustAllCertsPolicy

#use TLS1.2
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12


$hdrs = @{}
$hdrs.Add("X-Qlik-xrfkey","12345678qwertyui")
$url = "https://localhost/win/qrs/about?xrfkey=12345678qwertyui"
$resp = Invoke-RestMethod -Uri $url -Method Get -Headers $hdrs -UseDefaultCredentials
echo $resp&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Any ideas what the problem might be?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 14:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-error-Qlik-Sense404-The-requested-resource-cannot-be/m-p/1901889#M16389</guid>
      <dc:creator>DavidFosterVF</dc:creator>
      <dc:date>2022-03-07T14:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: QRS API error - Qlik Sense404 - The requested resource cannot be found - apple-touch-icon</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-error-Qlik-Sense404-The-requested-resource-cannot-be/m-p/1901928#M16391</link>
      <description>&lt;P&gt;And there is a virtual proxy with prefix "win"?&lt;/P&gt;
&lt;P&gt;If yes - the virtual proxy is linked to a proxy?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stefanstoichev123_0-1646670029435.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/73783i3752FDF7EACB920E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stefanstoichev123_0-1646670029435.png" alt="stefanstoichev123_0-1646670029435.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 16:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-error-Qlik-Sense404-The-requested-resource-cannot-be/m-p/1901928#M16391</guid>
      <dc:creator>stefanstoichev123</dc:creator>
      <dc:date>2022-03-07T16:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: QRS API error - Qlik Sense404 - The requested resource cannot be found - apple-touch-icon</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-error-Qlik-Sense404-The-requested-resource-cannot-be/m-p/1902306#M16393</link>
      <description>&lt;P&gt;Hi Stefan&lt;/P&gt;
&lt;P&gt;We have four virtual proxies that use the 'win' prefix behind a load balancer. They are all linked to separate proxies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 08:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-error-Qlik-Sense404-The-requested-resource-cannot-be/m-p/1902306#M16393</guid>
      <dc:creator>DavidFosterVF</dc:creator>
      <dc:date>2022-03-08T08:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: QRS API error - Qlik Sense404 - The requested resource cannot be found - apple-touch-icon</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-error-Qlik-Sense404-The-requested-resource-cannot-be/m-p/1904590#M16424</link>
      <description>&lt;P&gt;Turned out to be two issues&lt;/P&gt;
&lt;P&gt;1) we did not have the 'win' prefix on the scheduler's local virtual proxy service.&lt;/P&gt;
&lt;P&gt;2) the NTLM credentials embedded in the connection were out of date.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 10:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-error-Qlik-Sense404-The-requested-resource-cannot-be/m-p/1904590#M16424</guid>
      <dc:creator>DavidFosterVF</dc:creator>
      <dc:date>2022-03-14T10:17:55Z</dc:date>
    </item>
  </channel>
</rss>

