HI All,
my question is i want to redirect http to https . it working fine for 80 port to 443 port
Example : http://test.com redirect to https://test.com (this is working fine using URL Rewrite)
but i want redirect http://test.com:48022 to https://test.com:48022 ( this is not working using URL Rewrite)
kindly help me to resolve.
As far as I understand, this requirement is not possible. The system can have one listener on a port.
Thanks for valuable answer