Forum Discussion
Javi_packetz
Jan 13, 2021Altostratus
URL redirect/rewrite to external site/header change with internal CA.
Hello everyone! I will start by saying I have scoured this site and found a few instances of what might resemble my issue. I have tried to use different posted solutions, but I am still stuck. I ...
Mayur_Sutare
Jan 17, 2021MVP
,
Below iRule will help you to redirect request from external URL to internal URL by keeping brand/<requested-URI> URI part.
Once request is redirected to www.internalworld.com, client will get certificate available on this internal site.
Hope it fulfills your use case.
when HTTP_REQUEST {
if { [HTTP::host] equals "www.wallyworld.com"} {
HTTP::redirect "https://www.internalworld.com/brand[HTTP::uri]"
}
}
- Javi_packetzJan 18, 2021Altostratus
Hey ,
thank you for the help, but this is only part of my issue which I find to be the easiest. I can redirect with no issues, but the issue comes into play is the redirect with the header/url change.
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