Search code examples
azureazure-application-insightsazure-api-management

View Request Body in Application Insights


I'm using Application insights with API-Management to monitor my API's. Application Insights is great tool but I'm not able to see body.

I want to see Post request body parameter. Is there any way to add body data on application insights??


Solution

  • I can't do code changes in existing api. any option without code change would help me

    Unfortunately, it is not supported by Application Insights.

    I also find the feedback, you could vote it.

    It now supports custom Telemetry Initializer as I have shown to you.