Add rewrite content rules, which modify text in HTTP response bodies as it is served to the client in PingAccess.
A rewrite content rule uses a subset of the Java regular expression syntax that
excludes look-behind constructs, such as \b
, and the boundary
matcher, \G
. If no Java regular expression syntax is used, the rule
performs a case-sensitive search and replace. The most common use case for this rule
is to rewrite host names within URLs contained in HTML, JavaScript, or CSS
content.
Extensive use of rewrite content rules might have significant performance implications.
This rule supports content that is either chunked or streamed from the target server. When sent to the client, the content is always chunked.