perl icon indicating copy to clipboard operation
perl copied to clipboard

Fix 404 when IP input is missing

Open UmanShahzad opened this issue 2 years ago • 0 comments

The library essentially queries https://ipinfo.io//geo when we call the function without an IP input, and this endpoint (with the 2 slashes before geo) gives a 404. Likely we changed this behavior in the API at some point so it broke the Perl SDK which didn't have this problem before.

Just a simple fix of not accidentally adding an extra slash is needed.

UmanShahzad avatar Jul 12 '22 13:07 UmanShahzad