vue-tel-input
vue-tel-input copied to clipboard
long https response of ip2c.org
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?
same problem
right now their TLS cert expired leading to CORS failure :(
same problem
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.