IIS: Redirect URL changes to HTTPS unless traffic originates from localhost
IIS: Redirect URL changes to HTTPS unless traffic originates from localhost
I've set up HTTPS on my server and used a URL rewrite rule to convert all HTTP requests to HTTPS. However, I need this rule to skip applying for requests coming from localhost. How can I adjust the configuration so that only external traffic is redirected? I believe setting conditions based on the origin would help achieve this.