- Property Manager name: Forward Rewrite Cloudlet
- Behavior version: The latestrule format supports theforwardRewritebehavior v4.0.
- Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for latestrule format
The Forward Rewrite Cloudlet allows you to conditionally modify the forward path in edge content without affecting the URL that displays in the user's address bar. If Cloudlets are available on your contract, choose Your services > Edge logic Cloudlets to control how this feature works within Control Center, or use the Cloudlets API to configure it programmatically.
| Option | Type | Description | Requires | |
|---|---|---|---|---|
| enabled | boolean | Enables the Forward Rewrite Cloudlet behavior. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
| isSharedPolicy | boolean | Whether you want to use a shared policy for a Cloudlet. Learn more about shared policies and how to create them in Cloudlets Policy Manager. | {"displayType":"boolean","tag":"input","type":"checkbox"}{"if":{"attribute":"enabled","op":"eq","value":true}} | |
| cloudletPolicy | object | Identifies the Cloudlet policy. | isSharedPolicyisfalse | {"displayType":"object","tag":"input","todo":true}{"if":{"attribute":"isSharedPolicy","op":"eq","value":false}} | 
| cloudletPolicy.id | number | Identifies the Cloudlet. | ||
| cloudletPolicy.name | string | The Cloudlet's descriptive name. | ||
| cloudletSharedPolicy | string | This identifies the Cloudlet shared policy to use with this behavior. You can list available shared policies with the Cloudlets API. | isSharedPolicyistrue | {"displayType":"string","tag":"input","type":"text"}{"if":{"attribute":"isSharedPolicy","op":"eq","value":true}} | 
