---
title: Not-Enforced URL from IP Processing List
description: A space-delimited list of IP addresses or network CIDR notation addresses for which the agent does not enforce authentication or request policy evaluations.
component: web-agents
version: 2025.11
page_id: web-agents:properties-reference:org.forgerock.agents.config.notenforced.ipurl
canonical_url: https://docs.pingidentity.com/web-agents/2025.11/properties-reference/org.forgerock.agents.config.notenforced.ipurl.html
---

# Not-Enforced URL from IP Processing List

A space-delimited list of IP addresses or network CIDR notation addresses for which the agent does not enforce authentication or request policy evaluations.

When `|` and a list of IP addresses is used, the request is not enforced if it comes from one of the IP ranges AND it is asking for one of the URLs.

In the following example, the agent does not enforce HTTP requests from the IP addresses 192.6.8.0/24 to any file in /public, or any files or directories that start with the string login in the directory /free\_access URI:

`org.forgerock.agents.config.notenforced.ipurl[1]=192.6.8.0/24|http://www.example.com:8080/public/* /free_access/login`

Default: Empty

|                    |                                                                                 |
| ------------------ | ------------------------------------------------------------------------------- |
| Property name      | `org.forgerock.agents.config.notenforced.ipurl`   Introduced in Web Agent 4.x   |
| Function           | Not-enforced                                                                    |
| Type               | String Map                                                                      |
| Bootstrap property | No                                                                              |
| Required property  | No                                                                              |
| Restart required   | No                                                                              |
| AM console         | Tab: `Application (From AM 7)`Title: `Not-Enforced URL from IP Processing List` |
