Skip to content
  • Learning paths
  • Challenges
  • Solutions
  • Articles
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted over 4 years ago

IP Address Tracker using React

Claudio Scotto•405
@claudiosc8
A solution to the IP Address Tracker challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

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
Select a file

Please log in to post a comment

Log in with GitHub

Community feedback

  • Sagar Kaurav•460
    @sagarkaurav
    Posted over 4 years ago

    You can use https://geo.ipify.org/ as Frontendmentor recommended it https://twitter.com/frontendmentor/status/1299722189382529024

    Note: You will get only 1000 request per month

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
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub