Forum Discussion
Evessal_116521
Jan 22, 2014Nimbostratus
Redirecting a Redirect?
Good evening!
I had a question regarding a specific task we've been been researching. We are at a university, and we have a cluster of servers that are used for single sign-on purposes by faculty a...
IheartF5_45022
Jan 22, 2014Nacreous
Try this;-
when HTTP_REQUEST {
if { [HTTP::Host] eq "satellite.redirect.edu" }{
HTTP::respond 301 Location "https://www.example.com/satellite"
return
}
}
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