Get Request Details
-
Hi is there something to know who is sending the request and what's the body being sent for specific template?
-
The profiler is able to display the request body and other details
https://jsreport.net/learn/studioIf you want to log just something specific, you can use
beforeRender
script and write the log toconsole
or wherever yo want.You can also use a web server in front of jsreport as a reverse proxy and log things even before it reaches jsreport.