Output (success) |
{"headers":{"Connection":"close","Host":"proxydb.net","Proxy-Connection":"Keep-Alive","User-Agent":"curl\/7.57.0"},"id":"ProxyDB","ip":"39.106.223.134"}
* Trying 39.106.223.134...
* TCP_NODELAY set
* Connected to 39.106.223.134 (39.106.223.134) port 80 (#0)
> GET http://proxydb.net/judge HTTP/1.1
> Host: proxydb.net
> User-Agent: curl/7.57.0
> Proxy-Connection: Keep-Alive
>
< HTTP/1.1 200 OK
< Server: nginx/1.4.4
< Date: Fri, 16 Apr 2021 03:51:00 GMT
< Content-Type: application/json;charset=UTF-8
< Content-Length: 152
< Connection: close
<
{ [152 bytes data]
* Closing connection 0
|
Output (fail) |
<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.4.4</center>
</body>
</html>
* Trying 39.106.223.134...
* TCP_NODELAY set
* Connected to 39.106.223.134 (39.106.223.134) port 80 (#0)
> GET http://proxydb.net/judge HTTP/1.1
> Host: proxydb.net
> User-Agent: curl/7.57.0
> Proxy-Connection: Keep-Alive
>
< HTTP/1.1 502 Bad Gateway
< Server: nginx/1.4.4
< Date: Thu, 08 Apr 2021 16:59:10 GMT
< Content-Type: text/html
< Content-Length: 172
< Connection: close
<
{ [172 bytes data]
* Closing connection 0
|