Tell us what’s happening:
Hi, I’m facing issues with URL validation in my project. Here are the cases I tested:
Valid:
Invalid:
https://abc (missing domain suffix)
https:// (missing domain)
https: (incomplete URL)
http://www.example.com (Should invalid?)
Even when I set Pattern 6 to valid or invalid, tests fail. What exact cases are being checked?
https://shortcutservicevercel.vercel.app
GitHub - bdcuongvn83/short_cut_service_vercel
Mail:bdcuongvn83@gmail.com
###Your project link(s)
githubLink: GitHub - bdcuongvn83/short_cut_service_vercel
solution: https://shortcutservicevercel.vercel.app
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
Challenge Information:
Back End Development and APIs Projects - URL Shortener Microservice