vue-tel-input icon indicating copy to clipboard operation
vue-tel-input copied to clipboard

long https response of ip2c.org

Open Ontario7 opened this issue 2 years ago • 4 comments

The thing is that ip2c.org server has very long https response delay, as tested today it was mostly from 2 up to 16 (!) seconds. Without ssl it works perfect, lis 0,1 up to 0,3 sec, but avoiding mixed content it is not possible to use unsecure http requests. However if this server-side bug of the service is not a temporary fall, the idea is to place tiny php / python script on another server, and "proxy" requests: Determine customer IP; Send it to http://ip2c.org/XXXXXXXXXX by local script

Are there any other ideas?

Ontario7 avatar Nov 22 '21 16:11 Ontario7

same problem

dominikager avatar Nov 23 '21 09:11 dominikager

right now their TLS cert expired leading to CORS failure :(

pha6d avatar Dec 04 '21 21:12 pha6d

same problem

umutayyildizli avatar Jun 22 '22 13:06 umutayyildizli

this is still/again an issue

I managed to deal with this problem by digging into the minified library and pointing the fetch request to ipapi.co/json, then modified the then() callback and was able to get my form working again.

mikedubcurry avatar Aug 09 '22 19:08 mikedubcurry