1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
+2 votes
1.4K views
by ron-s-6919 (4.5k points)
reshown by ben-s-7515
I need to see the entire HTTP request that was sent and/or the entire HTTP response that was received.

1 Answer

+3 votes
 
Best answer
The full HTTP request and HTTP response are logged to the QIE log at a DEBUG log level.  To access these logs from the test window, select the "Test Log and Caches" button, then locate the log messages as follows:
 
 
 
If you want to see these logs from a running channel, place the channel into debug mode by selecting the "Enter Debug Mode" button from the channel status page.  You will select how long the channel will remian in debug mode.
 
Once the channel is running in DEBUG mode, it will log the full HTTP request and HTTP response to the message logs, you can then open the message detail dialog on any completed message and review the logs for that message.
 
 
by ron-s-6919 (4.5k points)
edited by ben-s-7515
...