---
title: Emulating legacy server-side parameter configuration (Python)
source: https://docs.newrelic.com/docs/apm/agents/python-agent/troubleshooting/emulating-legacy-server-side-parameter-configuration-python
---

## Problem

You want to emulate the legacy behavior of enabling the **Capture attributes** or **Capture parameters** options in the New Relic UI's [server-side configuration](https://docs.newrelic.com/docs/agents/manage-apm-agents/configuration/server-side-agent-configuration) settings.

## Solution

You can emulate this legacy behavior by customizing your Python agent configuration file to capture request parameters. For details, see the [Capture request parameters example](https://docs.newrelic.com/docs/agents/python-agent/attributes/python-attribute-examples#ex_req_params) in the Python attribute documentation.
