Indeed, the manual says: The Rewrite feature modifies only the header section of an HTTP request or response, not the data section. "
Well, they finally decided to correct this in the version 8.1 manual, where it clearly states:
"The rewrite feature is a general-purpose utility for modifying HTTP headers and body text. You can use it to to add HTTP headers to an HTTP request or response, make modifications to individual HTTP headers, or delete HTTP headers. It also lets you modify the HTTP body in requests and responses."
Isn't it pleasing when the documentation actually reflects reality!
Paul B