---
title: URLs Ignored by the POST Data Inspector
description: A list of URLs that are not be processed by the agent POST data inspector. Other modules on the same server can access the POST data directly.
component: web-agents
version: 2025.11
page_id: web-agents:properties-reference:org.forgerock.agents.config.skip.post.url
canonical_url: https://docs.pingidentity.com/web-agents/2025.11/properties-reference/org.forgerock.agents.config.skip.post.url.html
---

# URLs Ignored by the POST Data Inspector

A list of URLs that are not be processed by the agent POST data inspector. Other modules on the same server can access the POST data directly.

The following example uses wildcards to add a file named `postreader.jsp` in the root of any protected website to the list of URLs that will not have their POST data inspected: `org.forgerock.agents.config.skip.post.url[0]=http*://:/postreader.jsp`

|   |                                                                                                                                   |
| - | --------------------------------------------------------------------------------------------------------------------------------- |
|   | URLs added to this property should also be added to [Not-Enforced URL List](com.sun.identity.agents.config.notenforced.url.html). |

Default: Empty

|                    |                                                                             |
| ------------------ | --------------------------------------------------------------------------- |
| Property name      | `org.forgerock.agents.config.skip.post.url`   Introduced in Web Agent 4.x   |
| Function           | POST data preservation                                                      |
| Type               | String Map                                                                  |
| Bootstrap property | No                                                                          |
| Required property  | No                                                                          |
| Restart required   | No                                                                          |
| AM console         | Tab: `Advanced (From AM 7)`Title: `URLs Ignored by the POST Data Inspector` |
