echoip
echoip copied to clipboard
New security measure preventing IP return
When using via curl I got ifconfig.co needs to review the security of your connection before proceeding.
among other HTML returned instead of my IP.
I am having the same issue. Looks like Cloudflare is causing it. If I call https://ifconfig.co/country-iso from my site hosted on Netlify, instead of returning the country ISO value it returns this HTML code:
It was first noticed on one of my sites around 17 November 2022.
I'm seeing this as well. I want to add that on my network there is only one service polling for IP changes, once every two minutes. This is within the requested limit of 1 request per minute described on the website.
Seeing the same issue while running the command from the front page.
$ curl -I ifconfig.co/
HTTP/1.1 503 Service Temporarily Unavailable
Date: Thu, 15 Dec 2022 18:48:51 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
Cross-Origin-Embedder-Policy: require-corp
Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Resource-Policy: same-origin
Permissions-Policy: accelerometer=(),autoplay=(),camera=(),clipboard-read=(),clipboard-write=(),fullscreen=(),geolocation=(),gyroscope=(),hid=(),interest-cohort=(),magnetometer=(),microphone=(),payment=(),publickey-credentials-get=(),screen-wake-lock=(),serial=(),sync-xhr=(),usb=()
Referrer-Policy: same-origin
X-Frame-Options: SAMEORIGIN
Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=j1JjqfAnG4NwXMMxSN7hexCkfEaGYOqPXwH%2BRuZrXW5BH9CwQCXmGK9A8ugl3PUqWA032TM0vw5av9DEM3aHm6pKR4AgbUOfJksTKgcmX%2BFbytWcqXKSEahdfZlyJQ%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 77a15b19cea53711-MIA
alt-svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400
Alternative: dig +short txt ch whoami.cloudflare @1.0.0.1
I just noticed the same issue on an EC2 instance. I suspect this service is probably provided for free, so I can't imagine there's be much appetite for disabling captcha.
Alternative:
dig +short txt ch whoami.cloudflare @1.0.0.1
Nice one, thanks!
Another alternative (using https, in case port 53 is blocked):
curl api.ipify.org
Yes, ifconfig.co is worthless via curl, but api.ipify.org
works fine!
It is just a security setting that needs to be changed on the CloudFlare account running ifconfig.co. I setup ipcfg.co as another. Though other than the front end its entirely rewritten to just be a CloudFlare Worker.
Another alternative for curl and tor users
curl ifconfig.la