Forum Discussion
raytoles_75680
Nimbostratus
Dec 03, 2009Header Insert of "http" or "https"
We're going to implement a virtual server to handle HTTP and HTTPS requests. The developers need us to insert the protocol into the header. We're still new to irules and I constantly fear performanc...
raytoles_75680
Nimbostratus
Dec 04, 2009Thank YOU kind sirs! I added the following to http_response and it resolved our Safari issue.
when HTTP_RESPONSE {
if { [HTTP::header Location] starts_with "http://newsite.apa.org:443"} {
log local0. "Location [HTTP::header Location]"
HTTP::header replace Location "http://newsite.apa.org"
}
}
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