<?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: trestclient content-type in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/trestclient-content-type/m-p/2258401#M40216</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQmdAAG"&gt;@RomainG&lt;/A&gt;.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I did a quick test at my end to see how the Content-Type header was being stored inside the tRestClient's code. It looked like it was being stored as "content-type". I'm glad you have got this sorted and I will raise this as a bug&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Mon, 30 Mar 2020 13:38:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-30T13:38:49Z</dc:date>
    <item>
      <title>trestclient content-type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/trestclient-content-type/m-p/2258398#M40213</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have issues using the tRestClient in PATCH mode.&lt;/P&gt; 
&lt;P&gt;My API is only accepting the content-type "application/merge-patch+json" and give me this anwser when i run my job:&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF0000"&gt;The content-type 'application/json' is not supported. Supported MIME types are 'application/merge-patch+json'&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patch.jpg" style="width: 951px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9mu.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131451i8EC02A871507800F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9mu.jpg" alt="0683p000009M9mu.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried to put this option into the advanced settings but it changes nothing. Any idea?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="settings.jpg" style="width: 813px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9mz.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145675iC7EDB5C36D7C5618/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9mz.jpg" alt="0683p000009M9mz.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Romain&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/trestclient-content-type/m-p/2258398#M40213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: trestclient content-type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/trestclient-content-type/m-p/2258399#M40214</link>
      <description>&lt;P&gt;Can you try setting your header name to "content-type" instead of "Content-type"? What you are doing should work, but I suspect that the header name is written with a different case and is therefore not overwriting the "content-type" that is being set by the component's drop down.&lt;BR /&gt;&lt;BR /&gt;Headers should be case insensitive, so this would be a bug if this is the cause. Can you let me know what happens?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 12:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/trestclient-content-type/m-p/2258399#M40214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-30T12:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: trestclient content-type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/trestclient-content-type/m-p/2258400#M40215</link>
      <description>Hi,&lt;BR /&gt;In fact, i tried everything except the one that works : « Content-Type »&lt;BR /&gt;&lt;BR /&gt;It needs to have both first letter in upper case to work&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Mar 2020 12:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/trestclient-content-type/m-p/2258400#M40215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-30T12:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: trestclient content-type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/trestclient-content-type/m-p/2258401#M40216</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQmdAAG"&gt;@RomainG&lt;/A&gt;.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I did a quick test at my end to see how the Content-Type header was being stored inside the tRestClient's code. It looked like it was being stored as "content-type". I'm glad you have got this sorted and I will raise this as a bug&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 13:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/trestclient-content-type/m-p/2258401#M40216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-30T13:38:49Z</dc:date>
    </item>
  </channel>
</rss>

