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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Are my headers correct in tRestClient?

Hi Talend Community

 

I need to capture the following header parameter Authorization as : Token token="729f70f8-67dd-86b9-0296-23d3a387a19e"

I have configured it in Talend tRestClient as:

0683p000009LvgO.pngIs my formatting looking correct?

 

Labels (5)
4 Replies
Anonymous
Not applicable
Author

There is not enough information here I'm afraid. You need to provide us with information about what your service requires. Your token looks like it is likely configured incorrectly. What information are you working with? We need to see that

Anonymous
Not applicable
Author

Hi

I am interested in the syntax if there is perhaps an error in my capture of the variable in Talend.

 

However here is my SOAPUI project which works perfectly:



To see the whole post, download it here
OriginalPost.pdf
Anonymous
Not applicable
Author

Why have you used some of the values below in your query parameters and only 3 in your headers section? Do you get an error message when you run this? What does it say if you do?

 

This information is more useful than before, but it would be good to see the service specification. The problem *may* be revealed by the error message, but it *may* be something to do with something that won't immediately reveal itself from the error. For example, the token *may* need to be base64 encoded.

Anonymous
Not applicable
Author

The Header is a Authorization hardcoded assigned token.

I placed the body elements in the body section and under advance placed the headers. Should it be different?

 

I am thinking that I did not capture the Authorization parameter correctly based on the already " characters in the string...

 

Can you verify the capture?