<?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 HTTP CURL to Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/HTTP-CURL-to-Talend/m-p/2223559#M16646</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I have to port on Talend Integration some CURL call. They works fine on windows command line or Postman.&lt;/P&gt; 
&lt;P&gt;I already tried using tHTTPRequest (as suggested in some posts) but I get follow error:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;500 INTERNAL SERVER ERROR&lt;BR /&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;500 Internal Server Error&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;Internal Server Error&amp;lt;/h1&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.&amp;lt;/p&amp;gt;&lt;/P&gt; 
&lt;P&gt;[statistics] disconnected&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for any suggestion.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="httprequest_config.JPG" style="width: 849px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6qx.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150121iE011BD44F1EA635A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6qx.jpg" alt="0683p000009M6qx.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Aug 2019 15:23:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-30T15:23:20Z</dc:date>
    <item>
      <title>HTTP CURL to Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HTTP-CURL-to-Talend/m-p/2223559#M16646</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I have to port on Talend Integration some CURL call. They works fine on windows command line or Postman.&lt;/P&gt; 
&lt;P&gt;I already tried using tHTTPRequest (as suggested in some posts) but I get follow error:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;500 INTERNAL SERVER ERROR&lt;BR /&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;500 Internal Server Error&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;Internal Server Error&amp;lt;/h1&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.&amp;lt;/p&amp;gt;&lt;/P&gt; 
&lt;P&gt;[statistics] disconnected&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for any suggestion.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="httprequest_config.JPG" style="width: 849px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6qx.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150121iE011BD44F1EA635A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6qx.jpg" alt="0683p000009M6qx.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 15:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HTTP-CURL-to-Talend/m-p/2223559#M16646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-30T15:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP CURL to Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HTTP-CURL-to-Talend/m-p/2223560#M16647</link>
      <description>&lt;P&gt;Looks like you're trying to get a token but your method says POST, try changing to GET.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 17:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HTTP-CURL-to-Talend/m-p/2223560#M16647</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-30T17:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP CURL to Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HTTP-CURL-to-Talend/m-p/2223561#M16648</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;no I have to use POST method infact i got follow error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;405 METHOD NOT ALLOWED&lt;BR /&gt;{"error": {"message": "Bad http verb used : GET - POST is required. ", "code": 405}}&lt;BR /&gt;[statistics] disconnected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... but in Postman is configured as POST.&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 18:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HTTP-CURL-to-Talend/m-p/2223561#M16648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-30T18:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP CURL to Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HTTP-CURL-to-Talend/m-p/2223562#M16649</link>
      <description>&lt;P&gt;anybody have an idea?&lt;/P&gt;&lt;P&gt;I already tried with tREST get follow error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;500 Internal Server Error&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;Internal Server Error&amp;lt;/h1&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.&amp;lt;/p&amp;gt;&lt;BR /&gt;|500&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 09:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HTTP-CURL-to-Talend/m-p/2223562#M16649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-02T09:08:59Z</dc:date>
    </item>
  </channel>
</rss>

