Please provide more context and details when you post questions.
To get the request submitted body (if any) you can use the Content property of the %CSP.Request object (i.e. %request).
For the response it's not possible, the response is "sent to the browser" (via Web Gateway....) immediately, there is no buffer or anything.
If you want to capture YOUR response, put it in a buffer and when you are done, send it from your buffer "to the browser"
- Log in to post comments