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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
root
Creator II
Creator II

Verbose - http calls

I am actively using tRestClient to make web calls (GET/ POST) to the vendor. Recently, I have started receiving http 400 errors for a new endpoint that accepts POST data via query parameters.

 

All my data is encoded and set for POST.

 

Can anyone suggest a quick edit to the tRestClient component (TOS_ESB-20190620_1446-V7.2.1\Studio\plugins\org.talend.designer.esb.components.rs.consumer_7.2.1.20190612_1410\components\tRESTClient\tRESTClient_main.javajet) so I can preview the request being made (along with the query parameters) before it is sent.

 

When I am using different tools like curl/ postman, the call goes through without issues.

 

Any help is appreciated.

 

Thanks

Labels (3)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

You should consider a tool such as Fiddler to get details of every request made by your job and received responses. As it acts as a proxy, you need to use tSetProxy at the beginning of your job in order to be able to see what happens.
See this link for information regarding this tool and download https://www.telerik.com/fiddler.
Let us know.

View solution in original post

2 Replies
TRF
Champion II
Champion II

You should consider a tool such as Fiddler to get details of every request made by your job and received responses. As it acts as a proxy, you need to use tSetProxy at the beginning of your job in order to be able to see what happens.
See this link for information regarding this tool and download https://www.telerik.com/fiddler.
Let us know.
TRF
Champion II
Champion II

Did this help?
If so, thanks to mark your case as solved (kudo also accepted)