HS_34947
Feb 20, 2011Nimbostratus
HTTP to HTTPS and back HTTPS to HTTP
Hello Guys,
I am new in iRules so sorry for bothering you with questions.
My example :- HTTP server (1)<-- -->F5 <-- --> HTTPS server (2)
The F5 when it gets the HTTP RESPONSE from server (1) it should convert it to HTTPS so server (2) can analyze by the iRule
when HTTP_REQUEST {
HTTP::redirect https://[HTTP::host][HTTP::uri]
}
My PROBLEM When the F5 gets the RESPONSE from server (2) as HTTPS, it should convert it back to HTTP so server (1) can analyze
How can we do this step? And should we separate these 2 steps in different iRule or in one iRule?
Thanks ,
H.S