Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
BORAKCI
Contributor
Contributor

tRest post can't access to params

Hi,

I'm trying to make an HTTP POST request to get a token from an API, but tHTTPrequest can't read the parameters. i've tried some other components but still the isuue remains.

i'm using talend open studio for data integration on 7.3 here is my job

0693p00000BX57JAAT.png

and here is my tREST components

0693p00000BX53wAAD.png

and here is my json file wich i used in my tHTTPRequest but didn't work.

0693p00000BX5DCAA1.png

my tHTTPrequest components

0693p00000BX5FDAA1.png

Just to let you know that all of this is working in postman so i can't find what's blocking me in talend.

Actually i've passed the whole day without being able to get an int of why it isn"t working.

thanks for your help !

Labels (3)
1 Reply
Anonymous
Not applicable

Sorry for the late response to this. I am not sure of the API you are using, but what I would recommend is that you use the tRestClient and supply the POST JSON to the "string" column of the component. If you have any issues trying it this way, send a screenshot of what you have done and maybe the specifications for the API.