Forum Discussion
AlbertoCarlone_
Nimbostratus
8 years agoiRule: redirect from port to port with same "/path"
Hi all,
i just need to redirect
from
to
i've tried
when HTTP_REQUEST {
HTTP::redirect "http://[HTTP::host]:8901[HTTP::uri]"
}
but it does not work as planned.