<?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 tHttpRequest force basic auth in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tHttpRequest-force-basic-auth/m-p/2348094#M115263</link>
    <description>&lt;P&gt;Is there a way to force the http client to send the auth header?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hitting a server that requires it.  I've satisfied the requirement by generating the header myself, but was just wondering if there should be an option on the component to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jji&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 22:04:21 GMT</pubDate>
    <dc:creator>imholzj</dc:creator>
    <dc:date>2024-11-15T22:04:21Z</dc:date>
    <item>
      <title>tHttpRequest force basic auth</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHttpRequest-force-basic-auth/m-p/2348094#M115263</link>
      <description>&lt;P&gt;Is there a way to force the http client to send the auth header?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hitting a server that requires it.  I've satisfied the requirement by generating the header myself, but was just wondering if there should be an option on the component to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jji&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHttpRequest-force-basic-auth/m-p/2348094#M115263</guid>
      <dc:creator>imholzj</dc:creator>
      <dc:date>2024-11-15T22:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: tHttpRequest force basic auth</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHttpRequest-force-basic-auth/m-p/2348095#M115264</link>
      <description>&lt;P&gt;Yes, you can set the authorization header manually in the HTTP client request. For example, in JavaScript using the Fetch API:&lt;/P&gt;&lt;P&gt;fetch(url, {&lt;/P&gt;&lt;P&gt;&amp;nbsp;headers: {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;'Authorization': 'Bearer &amp;lt;your_token_here&amp;gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;})&lt;/P&gt;&lt;P&gt;In this example, the `Authorization` header is set to include a bearer token. You would replace `&amp;lt;your_token_here&amp;gt;` with the actual token you want to use for authentication. &lt;/P&gt;&lt;P&gt;Try once may be this will help you. &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.skywardalpine.net/" alt="https://www.skywardalpine.net/" target="_blank"&gt;Alpine Skyward&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 06:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHttpRequest-force-basic-auth/m-p/2348095#M115264</guid>
      <dc:creator>Jamesclary</dc:creator>
      <dc:date>2023-02-23T06:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: tHttpRequest force basic auth</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHttpRequest-force-basic-auth/m-p/2348096#M115265</link>
      <description>&lt;P&gt;Yes, I'm send the token auth header after I get the JSON Web Token.  But requesting the token requires Basic Auth, and it would be nice if there were an option in the tHttpResquest component to force the sending of the Basic Auth header on the first request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jji&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 12:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHttpRequest-force-basic-auth/m-p/2348096#M115265</guid>
      <dc:creator>imholzj</dc:creator>
      <dc:date>2023-02-23T12:29:50Z</dc:date>
    </item>
  </channel>
</rss>

