Tell us what’s happening:
Hello freeCodeCamp Team, please review my URL Shortener Microservice GitHub - yirassssindaba-coder/URL-Shortener-Microservice
because locally it meets the requirements: POST /api/shorturl returns { original_url, short_url } after http/https and dns.lookup validation, and GET /api/shorturl/<short_url> redirects correctly via res.redirect, but the FCC test runner still shows “Failed: 3,” which I can’t reproduce and may be due to differences in the automated testing environment.
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Avast/143.0.0.0
Challenge Information:
Back End Development and APIs Projects - URL Shortener Microservice