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: 
Anonymous
Not applicable

[resolved] Cookie tRest Component

Hi,i use talend data integration and i will use the tRest component..but i will get with the body,the cookie how i can send the cookie????
Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

tRESTClient has the advanced properties where you can set outgoing headers, so set a custom Cookie header there, response will contain a map of headers and you'd be able to get Set-Cookie header from the map.
HTH, Sergey

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hi,
It seems you want to use cookie concept in tRest component? What is your exact requirement? Could you please elaborate it?
Best regards
Sabrina
Anonymous
Not applicable
Author

I will send cookie and take the cookie that the server return
Anonymous
Not applicable
Author

tRESTClient has the advanced properties where you can set outgoing headers, so set a custom Cookie header there, response will contain a map of headers and you'd be able to get Set-Cookie header from the map.
HTH, Sergey