You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
httpbin.org frequently returns 503 or times out, causing working proxies to be marked as failed.
Could the health check use: https://1.1.1.1/cdn-cgi/trace instead?
It returns a lightweight plain-text response containing the detected IP and connection details. It is also served through Cloudflare’s global anycast network, so requests are routed to a nearby Cloudflare location rather than depending on one regional server.
This should make proxy health checks faster and less prone to false failures.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
httpbin.orgfrequently returns503or times out, causing working proxies to be marked as failed.Could the health check use:
https://1.1.1.1/cdn-cgi/trace instead?
It returns a lightweight plain-text response containing the detected IP and connection details. It is also served through Cloudflare’s global anycast network, so requests are routed to a nearby Cloudflare location rather than depending on one regional server.
This should make proxy health checks faster and less prone to false failures.
Beta Was this translation helpful? Give feedback.
All reactions