Attention: Make sure to carefully check that your credentials and port number are correct for your auth type.

HTTP

How to authenticate using HTTP.

HTTP Port4080
curl --proxy http://isp.joinmassive.com:4080 -U '{PROXY_USERNAME}:{API_KEY}' https://cloudflare.com/cdn-cgi/trace

HTTPS

How to authenticate using HTTPS.

HTTPS Port33080
curl --proxy https://isp.joinmassive.com:33080 -U '{PROXY_USERNAME}:{API_KEY}' https://cloudflare.com/cdn-cgi/trace

SOCKS5

How to authenticate using SOCKS5.

SOCKS5 Port4080
curl -x socks5h://isp.joinmassive.com:4080 -U '{PROXY_USERNAME}:{API_KEY}' https://www.cloudflare.com/cdn-cgi/trace