Currently we only test for http(s):// prefix on the URLs before accepting the input.
This can fail later in the process.
Test URL for well-formness before proceeding - probably update the check for the protocol to use that parsed URL instead of a regex.
Currently we only test for http(s):// prefix on the URLs before accepting the input.
This can fail later in the process.
Test URL for well-formness before proceeding - probably update the check for the protocol to use that parsed URL instead of a regex.