Hi gents,
IIS 8.5. I would like to understand the best practice to redirect every HTTP get to HTTPS.
Up to now, I created 2 websites, site (80) and site (443). The site (80) is only a placeholder for users that insert website address www.mysite.com and uses HTTP redirect (with 301 status) to site (443) that is the whole site.
However I suspect that the above strategy is bad for analytics.
Can you please suggest your solution ?
Thanks