Forum Discussion
aali86
Aug 28, 2022Altostratus
irule
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...
aali86
Altostratus
Hello Pete,
Sorry, I was stuck in different activities hence i am unable to reply to your message.
When user trying to access test1.abc.com it is should redirect to xyz.abc.com.
Then, user will fill survey for which is made by sharepoint once user submit the survey. then sharepoint redirect to test1.abc.com. if the referrer match with xyz.abc.com for test1.abc.com should not redirect i mean should not causing the issue.
PeteWhite
Sep 12, 2022Employee
Maybe try this
when HTTP_REQUEST {
if { [HTTP::host] == "test1.abc.com && ! [HTTP::has_responded] && [HTTP::header Referer] == "xyz.com"} {
HTTP::redirect "xyz.com"
}
}
If not, I suggest you contact F5 Professional Services
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