Skip to content
Submitted over 5 years ago

IP Address Tracker using React

LVL 3
@claudiosc8
A solution to the IP Address Tracker challenge

Solution retrospective


ip-api.com is a great service for IP geolocation. However the free plan doesn't come with the HTTPS (SSL) support. So when I deploy the app on Vercel I got the 'Mixed Content' error, since Vercel provide a free SSL certificate. Do you know a workaround to make the ip-api.com free plan work on Vercel?

In my solution I replaced ip-api.com with ipwhois.app, which is still great and has SSL support. However it has the limit to 10.000 request per month and it is not possible to search by domain (only IP addresses).

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on Claudio Scotto’s solution.

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord