Suppose I have 3 sites. All sites are https and have desktop and mobile version.
1.abc.com 2.xyz.com 3.def.com
IF somebody type http://1.abc.com then it is redirected to https by backend server but url rewrite server in front of these 3 sites gives too many redirects error. Also when redirect occurs to mobile version.
Is it possible to write general outbound rule without specifying 1.abc.com, 2.xyz, 3.def.com that if somebody type http it is redirected to its https site. Also for redirection to mobile site. I need to add more sites in the future so I don't need to change the rules.
If it is not possible through rules is it possible through extending url rewrite?
Thx