====== Forbid HTTP access ====== ---- By default, Administrator can log in to the **Xcalibur W** server using either HTTP or HTTPS connection. In order to prevent from using unsecure HTTP connection, you will need to configure your IIS server to automatically redirect HTTP access attempts to HTTPS. For that purpose, the Microsoft's URL rewriter Module shall be install on IIS. You can download the URL rewriter module at: http://www.iis.net/downloads/microsoft/url-rewrite Once installed, you need to edit and add the following lines into the **C:\inetpub\wwwroot\XcaliburwMS\web.config** > |{{installation_guide:server_software_installation:force_http_redirection_to_https_urlrewriter_web_config_file.png?600}}| Once done, you can restart IIS service. You can then check that the URL Rewriter rule has been properly been added on IIS management console: |{{installation_guide:server_software_installation:force_http_redirection_to_https_URLrewriter.png?600}}|