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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Get the HTTP request sent

Hello everyone:

I have a job set up that has several HTTP Requests (REST GET, REST PUT etc.).

 

I wanted to know if there's a way to get the request that's actually being sent just to make sure that I'm structuring the component correctly or if I have anything wrong.

 

Is there a way to do that?

 

Thank you in advance!

Labels (3)
3 Replies
navds
Creator II
Creator II

If you are using tRestClient then check "Log messages" in advanced settings.
Anonymous
Not applicable
Author

No. Using a tREST. Is there a way to get that?

navds
Creator II
Creator II

Then I am afraid this component doesn't have such options. You have do edit your job by either using the component tRestClient (if anyone in the room has an opinion which of the two is better, raise your hand) or configuring your custom logging mechanism. I used to put a boolean context "print_payload" in each my job using http request. Right before the call, I put a tJavaRow with a sysout/logger (org.apache.log4j), or better a tLog4j (this is a custom component on the exchange site in case you missed)