Net::err_aborted 429 Using Ipinfo.io Only Over Local Host
I wanted to get a IP address from the front end devices. I found this free API called IPINFO.io As per the documentation to get the IP address using Jquery all I need to do is:
Solution 1:
IPinfo.io returns a 429 status if you've been rate limited. The unauthenticated API limits at 1,000 requests per day. See https://ipinfo.io/developers for more details. If you signup for a free account you'll get an access token you can use, and a limit of 50,000 requests per month.
Post a Comment for "Net::err_aborted 429 Using Ipinfo.io Only Over Local Host"