<?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: Issue with HTTP headers in tRestClient in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-HTTP-headers-in-tRestClient/m-p/2199000#M2096</link>
    <description>You're welcome</description>
    <pubDate>Wed, 12 Feb 2020 12:41:37 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2020-02-12T12:41:37Z</dc:date>
    <item>
      <title>Issue with HTTP headers in tRestClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-HTTP-headers-in-tRestClient/m-p/2198997#M2093</link>
      <description>&lt;P&gt;Goal of my process is to run through a list of ID's and for each ID call an API with the tRestClient component.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I ma doing a GET and I am using three headers, where one of the headers is "siteID" which should contain the ID of the record I am iterating. I am retrieving the parameter by setting the value:&amp;nbsp;((String)globalMap.get("row1.MonoSiteID"))&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;However, running this flow the tRestClient returns error message: "HTTP 404 Not Found".&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When I replace the value with a hardcoded value for one ID, the process runs fine. So, it seems that there is an issue with setting the value from the globalMap.get. Can anyone help me? Thx for your reply!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TalendIssueRestClient.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M93p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157012i3EA6B9687E9E214F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M93p.png" alt="0683p000009M93p.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-HTTP-headers-in-tRestClient/m-p/2198997#M2093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with HTTP headers in tRestClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-HTTP-headers-in-tRestClient/m-p/2198998#M2094</link>
      <description>&lt;P&gt;row1 is flow name after your tFixedFlowInput, not the one before tFlowToIterate.&lt;/P&gt;
&lt;P&gt;So you just have to replace&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;((String)globalMap.get("row1.MonoSiteID"))&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;by&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;((String)globalMap.get("row10.MonoSiteID"))&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;or by &lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;row1.MonoSiteID&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Feb 2020 11:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-HTTP-headers-in-tRestClient/m-p/2198998#M2094</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-02-12T11:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with HTTP headers in tRestClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-HTTP-headers-in-tRestClient/m-p/2198999#M2095</link>
      <description>omg, so easy! thx for your quick reply.</description>
      <pubDate>Wed, 12 Feb 2020 12:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-HTTP-headers-in-tRestClient/m-p/2198999#M2095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-12T12:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with HTTP headers in tRestClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-HTTP-headers-in-tRestClient/m-p/2199000#M2096</link>
      <description>You're welcome</description>
      <pubDate>Wed, 12 Feb 2020 12:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-HTTP-headers-in-tRestClient/m-p/2199000#M2096</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-02-12T12:41:37Z</dc:date>
    </item>
  </channel>
</rss>

