Currently, when a user enters a URL without specifying a protocol (e.g., just "google.com") in the index page input field, the application returns an error message stating that "No scheme was provided." To help users avoid such errors, I propose adding a default protocol (HTTPS or HTTP) to their input. If the entered URL already includes a protocol, it will leave it unchanged.
📑 Description
Currently, when a user enters a URL without specifying a protocol (e.g., just "google.com") in the index page input field, the application returns an error message stating that "No scheme was provided." To help users avoid such errors, I propose adding a default protocol (HTTPS or HTTP) to their input. If the entered URL already includes a protocol, it will leave it unchanged.