Forum Discussion
Krishna_251070
Nimbostratus
Oct 13, 2017iRule Question
Hi Experts,
I have an iRule that looks like this which is applied to a Virtual Server that listens on port 8080.
when HTTP_REQUEST {
HTTP::redirect http://[getfield [HTTP::host] ":" 1][HTTP::uri]
}
But for some reason this is not getting redirected to port 80 virtual server as I expected. Can anyone check why this is not working?
2 Replies
No RepliesBe the first to reply