View complete Message in Rest Call

0
Hi, I would like to view the complete message (including header and URL parameters) as it is send to an exposed REST endpoint. Is there a way of doing this? thanks Han Pieter
asked
2 answers
1

Just for inspection? Did you already try setting the loglevel of the restmodule to debug or trace?

answered
0

You can either play with the loglevels, or inspect the Response object returned by calls.

answered