Back-End Development and APIs Projects - URL Shortener Microservice

Tell us what’s happening:

Hello,
I am reaching out regarding the failure of test 3 in the URL Shortener Microservice project (Back End Development and APIs V8).

After verification, the endpoint /api/shorturl/<short_url> appears to be working correctly on my side: accessing this route properly triggers a redirection to the original URL, in accordance with the specification: “When you visit /api/shorturl/<short_url>, you will be redirected to the original URL.”

However, the corresponding test continues to fail. Addition

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36

Challenge Information:

Back-End Development and APIs Projects - URL Shortener Microservice

I suggest trying to search the forum for previous questions on this topic.

Thanks for your suggestion.

I’ve already searched the forum for similar issues, but unfortunately I couldn’t find anything that solves this specific problem.