CA API Gateway - http request body and http response body in audit
search cancel

CA API Gateway - http request body and http response body in audit

book

Article ID: 206560

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

User may want to display http request body and http response body for logging

 

Environment

Release : 9.x, 10.x

Component : API GATEWAY

Resolution

You may be able to use the following context variables in your logging to output the http request body and http response body

==============

${request.mainpart}

${request.body}

${response.mainpart}

${response.body}

==============