WEBSITE URL NOT SHOWING IN SAFARI IOS WHEN TYPED WITHOUT HTTPS PREFIX

Ricardo Perez Capeles 0 Reputation points
2023-06-26T20:27:55.93+00:00

Hello,

I have an IISv10 website example.domain.com with port 80 disabled only 443 https is enabled. When I use Edge and type in the address bar example.domain.com it automatically redirects the user to https://example.domain.com (prefix included) but in Safari the user has to type all the address https://example.domain.com to be able to see the website. Is there a way for the IIS server to force the site, so the user doesn't need to type the whole address in Safari? We already tried URL Rewrite module but that does not work because we need to disable port 80.

Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,746 Reputation points
    2023-06-27T16:32:56.67+00:00

    Hello there,

    If your website URL is not showing in Safari on iOS when typed without the HTTPS prefix, it could be due to a few reasons. Here are some steps you can take to troubleshoot and potentially resolve the issue:

    Clear Safari cache: Start by clearing the cache and browsing history in Safari on your iOS device. Go to Settings > Safari > Clear History and Website Data. This will remove any stored data that might be causing the issue.

    Check website configuration: Ensure that your website is correctly configured to support both HTTP and HTTPS protocols. Make sure that the server is configured to handle requests for both versions of the URL. This can typically be done through server configuration files or a content management system (CMS).

    Redirect HTTP to HTTPS: To encourage secure connections, it's recommended to redirect HTTP requests to HTTPS. Check if your website has a proper HTTP-to-HTTPS redirect in place. This can be achieved by configuring your web server or using a plugin or extension specific to your CMS.

    Test with a different browser: Verify if the issue is specific to Safari on iOS by testing the URL in a different browser on the same iOS device. If the URL appears correctly without the HTTPS prefix in other browsers, it suggests that the issue is Safari-specific.

    Update Safari and iOS: Ensure that you are using the latest version of Safari and iOS on your device. Updating to the latest software versions can resolve compatibility issues and bring improvements to browsing behavior.

    I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.