<?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: How to use Proxy API in C# in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Proxy-API-in-C/m-p/1587788#M10688</link>
    <description>So I believe in order to use the Proxy REST API to delete session, I have to Connecting to the QPS API in C# right?&lt;BR /&gt;I have look at the documentation for Connecting to the QPS API using certificates&lt;BR /&gt;(&lt;A href="https://help.qlik.com/en-US/sense-developer/June2018/Subsystems/ProxyServiceAPI/Content/ProxyServiceAPI/ProxyServiceAPI-Example-Connect-API-Certificates.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/June2018/Subsystems/ProxyServiceAPI/Content/ProxyServiceAPI/ProxyServiceAPI-Example-Connect-API-Certificates.htm&lt;/A&gt;)&lt;BR /&gt;But I still have no idea where should I start.</description>
    <pubDate>Mon, 03 Jun 2019 19:42:51 GMT</pubDate>
    <dc:creator>Qiyanlu66</dc:creator>
    <dc:date>2019-06-03T19:42:51Z</dc:date>
    <item>
      <title>How to use Proxy API in C#</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Proxy-API-in-C/m-p/1587762#M10687</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am currently working on the Qlik .net SDK and need to delete the Proxy session.&lt;/P&gt;&lt;P&gt;So my question is that how do I use the Proxy REST APIs in .net SDK?&lt;/P&gt;&lt;P&gt;Can some one please tell me how to do it or is there a link of step-by-step tutorial.&lt;/P&gt;&lt;P&gt;Thanks guys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 18:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Proxy-API-in-C/m-p/1587762#M10687</guid>
      <dc:creator>Qiyanlu66</dc:creator>
      <dc:date>2019-06-03T18:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy API in C#</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Proxy-API-in-C/m-p/1587788#M10688</link>
      <description>So I believe in order to use the Proxy REST API to delete session, I have to Connecting to the QPS API in C# right?&lt;BR /&gt;I have look at the documentation for Connecting to the QPS API using certificates&lt;BR /&gt;(&lt;A href="https://help.qlik.com/en-US/sense-developer/June2018/Subsystems/ProxyServiceAPI/Content/ProxyServiceAPI/ProxyServiceAPI-Example-Connect-API-Certificates.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/June2018/Subsystems/ProxyServiceAPI/Content/ProxyServiceAPI/ProxyServiceAPI-Example-Connect-API-Certificates.htm&lt;/A&gt;)&lt;BR /&gt;But I still have no idea where should I start.</description>
      <pubDate>Mon, 03 Jun 2019 19:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Proxy-API-in-C/m-p/1587788#M10688</guid>
      <dc:creator>Qiyanlu66</dc:creator>
      <dc:date>2019-06-03T19:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy API in C#</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Proxy-API-in-C/m-p/1587990#M10700</link>
      <description>&lt;P&gt;I have this little project that might find useful. It's a light-weight SDK for establishing connections to the REST based Qlik Sense services:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/kolsrud/qlik_rest_sdk" target="_blank"&gt;https://github.com/kolsrud/qlik_rest_sdk&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The dll is available for download from nuget:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nuget.org/packages/QlikSenseRestClient/" target="_blank"&gt;https://www.nuget.org/packages/QlikSenseRestClient/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 09:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Proxy-API-in-C/m-p/1587990#M10700</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2019-06-04T09:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy API in C#</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Proxy-API-in-C/m-p/1588239#M10701</link>
      <description>Thank you very much, the SDK works very well.&lt;BR /&gt;Can I ask you one more question about how to delete a Session .&lt;BR /&gt;In the Documentation, it has&lt;BR /&gt;&lt;BR /&gt;Path&lt;BR /&gt;/qps/{virtual proxy/}session/{id}&lt;BR /&gt;&lt;BR /&gt;Method&lt;BR /&gt;DELETE&lt;BR /&gt;&lt;BR /&gt;Description&lt;BR /&gt;This deletes the proxy session identified by {id} and performs a teardown of all connections for that session. The Session module is notified. The deleted session is returned as a session struct.&lt;BR /&gt;&lt;BR /&gt;So, for the path /qps/{virtual proxy/}session/{id}&lt;BR /&gt;What value should I put for the {virtual Proxy}, I checked the QMC, should I use the description of the central node, or the Perfix, or the Session cookie header name?&lt;BR /&gt;&lt;BR /&gt;Thanks you for your help!</description>
      <pubDate>Tue, 04 Jun 2019 14:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Proxy-API-in-C/m-p/1588239#M10701</guid>
      <dc:creator>Qiyanlu66</dc:creator>
      <dc:date>2019-06-04T14:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy API in C#</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Proxy-API-in-C/m-p/1588261#M10702</link>
      <description>&lt;P&gt;I'm not familiar with that endpoint, but I would guess that you are supposed to use the virtual proxy prefix (if there is any).&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 15:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Proxy-API-in-C/m-p/1588261#M10702</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2019-06-04T15:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy API in C#</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Proxy-API-in-C/m-p/1588299#M10703</link>
      <description>Hey, When I use the following code to send one API request, it seems I can only send on each time ?&lt;BR /&gt;&lt;BR /&gt;var senseServerUrl = "&lt;A href="https://100.00.0" target="_blank"&gt;https://100.00.0&lt;/A&gt;";&lt;BR /&gt;var restClient = new RestClient(senseServerUrl);&lt;BR /&gt;var certs = RestClient.LoadCertificateFromStore();&lt;BR /&gt;restClient.AsDirectConnection(4243, false, certs);&lt;BR /&gt;using (new Qlik.Sense.RestClient.DebugConsole())&lt;BR /&gt;{&lt;BR /&gt;restClient.Get("/qps/session");&lt;BR /&gt;restClient.Delete("/qps/session/18247d");&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;If there is only restClient.Get("/qps/session"); it works fine. But if there are two requests, it will return a error Authentication failed: 503: Service Unavailable&lt;BR /&gt;&lt;BR /&gt;Do you knowhow should I fix it?&lt;BR /&gt;&lt;BR /&gt;Thank you sir.</description>
      <pubDate>Tue, 04 Jun 2019 17:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Proxy-API-in-C/m-p/1588299#M10703</guid>
      <dc:creator>Qiyanlu66</dc:creator>
      <dc:date>2019-06-04T17:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy API in C#</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Proxy-API-in-C/m-p/1588420#M10708</link>
      <description>&lt;P&gt;Where do you get that session id from? Isn't it simply the case that you are deleting the session you are using for your RestClient so that you get logged out and have to reauthenticate?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 06:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Proxy-API-in-C/m-p/1588420#M10708</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2019-06-05T06:53:54Z</dc:date>
    </item>
  </channel>
</rss>

