Jump to content

Recommended Posts

Posted

Hello,

When configuring -onlyTransformAbsURLinBody ON in a transform profile, does the transform policy operate in both the HTTP header and body, or just the body?

For example:

add transform profile x_transform_profile
add transform policy x_policy true x_transform_profile

set transform profile x_transform_profile -onlyTransformAbsURLinBody ON

add transform action x_action x_transform_profile 10

set transform action x_action -priority 10 -reqUrlFrom "example.com/(.*)" -reqUrlInto "local.com/$1" -resUrlFrom "local.com/(.*)" -resUrlInto "example.com/$1" -cookieDomainFrom example.com -cookieDomainInto example.com
 

Thank you in advance.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...