Hello!
Could you share your code in repl.it or glitch.com?
I found a problem though. You need to extract the host name from the URL so that the following routes work:
- https://freecodecamp.org
- https://freecodecamp.org/
- https://forum.freecodecamp.org
- https://forum.freecodecamp.org/
- URL Shortener Working but Failing 2/4 tests
Test your URL verification process in isolation (unit test). I would make it a function.