Pokeapi urls are not correct (http vs https)

In my first iteration of solving the final project challenge, I thought I would first try to find the id or name of the pokemon and retrieve its URL from the api https://pokeapi-proxy.freecodecamp.rocks/api/pokemon/. However, feeding that URL into fetch returns errors because they are listed as http instead of https. A browser can redirect to the https version, so it takes a long time to figure out that this is the error. I’ve moved on to a different solution, but thought I would try to send this up to the maintainers of the API.

1 Like

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.