Forum Discussion
aali86
Altostratus
Aug 27, 2022irule
Dear Experts, I have to redirect URL abc.com to xyz.com . once it is reach to xyz.com user fill the survey form and submit then it will redirect to abc.com it is implement by application side. howe...
T-Trust
Cirrostratus
Aug 28, 2022Hi aali86,
Please try this irules for replace response content,
when HTTP_REQUEST {
STREAM::disable
HTTP::header remove "Accept-Encoding"
}
}
when HTTP_RESPONSE {
STREAM::expression {@abc.com@xyz.com@}
STREAM::enable
}
Find more information: cloud-ttrust
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects