Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

HTTPS Basic Authentication via Talend

Hi friends,

I need to implement https basic authentication via Talend v7.0..

I need to send a request to external Server and receive a token as a response.

However, as I understand tRestClient isn't suitable for this tasks as it doesn't have basic authentication feature.

I searched this site for information as well as many other sites but not much luck.

What would be the best approach? I'd appreciated if someone shed some light here.

Thanks and Kind Regards 

Labels (5)
1 Reply
vboppudi
Partner - Creator III
Partner - Creator III

What is the output of http request format? if its is json then you can use file input json and use HTTP url as source by passing authentication details.

 

Regards,

Veeru