---
title: Composite Advice Encode
description: A flag for whether to based64 URL-encode composite advices before sending them to custom login endpoints:
component: web-agents
version: 2025.11
page_id: web-agents:properties-reference:com.forgerock.agents.advice.b64.url.encode
canonical_url: https://docs.pingidentity.com/web-agents/2025.11/properties-reference/com.forgerock.agents.advice.b64.url.encode.html
---

# Composite Advice Encode

A flag for whether to based64 URL-encode composite advices before sending them to custom login endpoints:

`true`: Advices are encoded to increase the security, and protect against cross-site scripting attacks.

`false`: Advices are not encoded

Default: `false`

|                    |                                                                            |
| ------------------ | -------------------------------------------------------------------------- |
| Property name      | `com.forgerock.agents.advice.b64.url.encode`   Introduced in Web Agent 5.7 |
| Function           | Advice handling                                                            |
| Type               | Boolean: `true` returns true; all other strings return `false`.            |
| Bootstrap property | No                                                                         |
| Required property  | No                                                                         |
| Restart required   | No                                                                         |
| AM console         | Tab: `Miscellaneous (From AM 7)`Title: `Composite Advice Encode`           |
