<?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: Non-basic authentication to REST service in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Non-basic-authentication-to-REST-service/m-p/2227152#M18851</link>
    <description>Hi 
&lt;BR /&gt;Please try this. 
&lt;BR /&gt;tJava--OnSubjobOk--&amp;gt;tREST 
&lt;BR /&gt;Type this code line into tJava. 
&lt;BR /&gt; 
&lt;PRE&gt;System.setProperty("http.auth.ntlm.domain", "192.168.0.100");&lt;BR /&gt;java.net.Authenticator.setDefault(new java.net.Authenticator() {&lt;BR /&gt;					public java.net.PasswordAuthentication getPasswordAuthentication() {&lt;BR /&gt;						return new java.net.PasswordAuthentication("username",&lt;BR /&gt;								"password".toCharArray());&lt;BR /&gt;					}&lt;BR /&gt;				});&lt;/PRE&gt; 
&lt;BR /&gt;If it doesn't work, please report on 
&lt;A href="http://jira.talendforge.org/secure/Dashboard.jspa" target="_blank" rel="nofollow noopener noreferrer"&gt;BugTracker&lt;/A&gt; for this NTLM feature. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Pedro</description>
    <pubDate>Wed, 11 Jul 2012 08:09:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-07-11T08:09:24Z</dc:date>
    <item>
      <title>Non-basic authentication to REST service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Non-basic-authentication-to-REST-service/m-p/2227151#M18850</link>
      <description>I might be exposing my complete ignorance here but I need to connect to a REST service that requires NTLM authentication and which sits on a different domain.  Is that even conceptually possible and, if so, how would I go about it?</description>
      <pubDate>Wed, 11 Jul 2012 07:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Non-basic-authentication-to-REST-service/m-p/2227151#M18850</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-07-11T07:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Non-basic authentication to REST service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Non-basic-authentication-to-REST-service/m-p/2227152#M18851</link>
      <description>Hi 
&lt;BR /&gt;Please try this. 
&lt;BR /&gt;tJava--OnSubjobOk--&amp;gt;tREST 
&lt;BR /&gt;Type this code line into tJava. 
&lt;BR /&gt; 
&lt;PRE&gt;System.setProperty("http.auth.ntlm.domain", "192.168.0.100");&lt;BR /&gt;java.net.Authenticator.setDefault(new java.net.Authenticator() {&lt;BR /&gt;					public java.net.PasswordAuthentication getPasswordAuthentication() {&lt;BR /&gt;						return new java.net.PasswordAuthentication("username",&lt;BR /&gt;								"password".toCharArray());&lt;BR /&gt;					}&lt;BR /&gt;				});&lt;/PRE&gt; 
&lt;BR /&gt;If it doesn't work, please report on 
&lt;A href="http://jira.talendforge.org/secure/Dashboard.jspa" target="_blank" rel="nofollow noopener noreferrer"&gt;BugTracker&lt;/A&gt; for this NTLM feature. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 11 Jul 2012 08:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Non-basic-authentication-to-REST-service/m-p/2227152#M18851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-11T08:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Non-basic authentication to REST service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Non-basic-authentication-to-REST-service/m-p/2227153#M18852</link>
      <description>Hi Pedro, I don't understand: where would I pass the domain/user and password needed to connect to the service?</description>
      <pubDate>Wed, 11 Jul 2012 08:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Non-basic-authentication-to-REST-service/m-p/2227153#M18852</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-07-11T08:11:37Z</dc:date>
    </item>
  </channel>
</rss>

