Forum Discussion
LyonsG_85618
Cirrostratus
Jul 31, 2013HTTP::header replace problem
Hi folks.
I have a simple iRule to replace a host & uri
when HTTP_REQUEST {
set requestedHost [string tolower [HTTP::host]]
set requestedURI [HTTP::uri]
...
LyonsG_85618
Cirrostratus
Aug 01, 2013Hi Nitass
I do have the irule assigned to an HTTP virtual server and it works fine.
ltm virtual VS_S1P_PD03_EXTERNAL_LIVE_HTTP {
destination 172.31.137.59:http
ip-protocol tcp
mask 255.255.255.255
partition S1PEL
profiles {
PROFILE_S1P_PD03_EXTERNAL_LIVE_HTTP { }
oneconnect { }
tcp { }
}
rules {
IRULE_COMMON_LOG
IRULE_S1P_PD03_EXTERNAL_LIVE_EZONE
IRULE_S1P_PD03_EXTERNAL_LIVE_CIAMAINTENANCE
IRULE_S1P_PD03_EXTERNAL_LIVE_ROUTING
}
snat automap
}
I think this is why I am finding it strange it doesnt work on HTTPS.
I will try removing sonme of the other irules in case they are causing the issue.
Unfortunately though the ROUTING irule does control everything thing else so removing this will probably cause virtual server to fail anyway.
Thanks
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