<?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: Add User-Agent header in REST connector in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Add-User-Agent-header-in-REST-connector/m-p/1211056#M2255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't believe I didn't scroll down far enough in the config screen (or the doc) to see that! Thanks to you both. It works a charm. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Oct 2016 13:34:26 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2016-10-22T13:34:26Z</dc:date>
    <item>
      <title>Add User-Agent header in REST connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Add-User-Agent-header-in-REST-connector/m-p/1211053#M2252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I'm trying to use the REST connector with the GitHub API e.g.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;A href="https://api.github.com/repos/robwunderlich/qlikview-components/releases" title="https://api.github.com/repos/robwunderlich/qlikview-components/releases"&gt;https://api.github.com/repos/robwunderlich/qlikview-components/releases&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN&gt;The connect fails with a response 403 due to a missing User-Agent header required by the api (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://developer.github.com/v3/#user-agent-required" rel="nofollow" target="_blank"&gt;http://developer.github.com/v3/#user-agent-required&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I can fake in a header using a tool like Fiddler as workaround for testing, but that's not a permanent resolution.&amp;nbsp; Is there a way I can configure the connector to insert a User-Header?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;-Rob&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2016 04:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Add-User-Agent-header-in-REST-connector/m-p/1211053#M2252</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-10-22T04:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add User-Agent header in REST connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Add-User-Agent-header-in-REST-connector/m-p/1211054#M2253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't adding 'User-Agent' and an appropriate value in the Query Headers section of the REST Connection configuration screen work?&lt;/P&gt;&lt;P&gt;The &lt;A href="http://help.qlik.com/en-US/connectors/Subsystems/REST_connector_QV_help/Content/1.0/Create-REST-connection/Create-REST-connection-QV.htm"&gt;documentation&lt;/A&gt; gives Accept-Language as an example. User-Agent is just another http request header afaik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2016 06:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Add-User-Agent-header-in-REST-connector/m-p/1211054#M2253</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-10-22T06:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add User-Agent header in REST connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Add-User-Agent-header-in-REST-connector/m-p/1211055#M2254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Gysbert already pointed to, using the Query Header should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CUSTOM CONNECT TO "Provider=QvRestConnector.exe;url=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://api.github.com/repos/robwunderlich/qlikview-components/releases;timeout=30;method=GET;autoDetectResponseType=true;keyGenerationStrategy=0;useWindowsAuthentication=false;forceAuthenticationType=0;useCertificate=No;certificateStoreLocation=CurrentUser;certificateStoreName=My" rel="nofollow" target="_blank"&gt;https://api.github.com/repos/robwunderlich/qlikview-components/releases;timeout=30;method=GET;autoDetectResponseType=true;keyGenerationStrategy=0;useWindowsAuthentication=false;forceAuthenticationType=0;useCertificate=No;certificateStoreLocation=CurrentUser;certificateStoreName=My&lt;/A&gt;&lt;STRONG&gt;;queryHeaders=User-Agent%2swuehl;&lt;/STRONG&gt;PaginationType=None;XUserId=AXaNfZdOVLZQGWBL;XPassword=IEZeUSUEQLYGXZdOPTcIWSIGIDZOXbdFRBMATSEGfA;";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-10-22 15_09_20-QlikView x64 - [E__Users_Stefan_Downloads_Demo_Problem.qvw_].png" class="jive-image image-1" src="/legacyfs/online/141629_2016-10-22 15_09_20-QlikView x64 - [E__Users_Stefan_Downloads_Demo_Problem.qvw_].png" style="height: 90px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2016 13:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Add-User-Agent-header-in-REST-connector/m-p/1211055#M2254</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-10-22T13:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add User-Agent header in REST connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Add-User-Agent-header-in-REST-connector/m-p/1211056#M2255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't believe I didn't scroll down far enough in the config screen (or the doc) to see that! Thanks to you both. It works a charm. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2016 13:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Add-User-Agent-header-in-REST-connector/m-p/1211056#M2255</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-10-22T13:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add User-Agent header in REST connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Add-User-Agent-header-in-REST-connector/m-p/2523143#M15015</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22245"&gt;@swuehl&lt;/a&gt;&amp;nbsp;for this answer. How can we do this for Qlik Geo Analytics connector?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 04:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Add-User-Agent-header-in-REST-connector/m-p/2523143#M15015</guid>
      <dc:creator>Sivanesan</dc:creator>
      <dc:date>2025-07-04T04:23:27Z</dc:date>
    </item>
  </channel>
</rss>

