Skip to content

New Tab: Connection Log #2768

Description

@NghiaTranUIT

Description

Like cURL --verbose mode, it shows a lot of raw data connection

curl -v "https://httpbin.proxyman.app/anything?action=block_list" --http1.1
* Host httpbin.proxyman.app:443 was resolved.
* IPv6: (none)
* IPv4: 104.21.68.11, 172.67.184.155
*   Trying 104.21.68.11:443...
* Connected to httpbin.proxyman.app (104.21.68.11) port 443
* ALPN: curl offers http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/cert.pem
*  CApath: none
* (304) (IN), TLS handshake, Server hello (2):
* (304) (IN), TLS handshake, Unknown (8):
* (304) (IN), TLS handshake, Certificate (11):
* (304) (IN), TLS handshake, CERT verify (15):
* (304) (IN), TLS handshake, Finished (20):
* (304) (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / AEAD-CHACHA20-POLY1305-SHA256 / [blank] / UNDEF
* ALPN: server accepted http/1.1
* Server certificate:
*  subject: CN=proxyman.app
*  start date: Aug  7 13:36:24 2026 GMT
*  expire date: Nov  5 14:34:24 2026 GMT
*  subjectAltName: host "httpbin.proxyman.app" matched cert's "*.proxyman.app"
*  issuer: C=US; O=Google Trust Services; CN=WE1
*  SSL certificate verify ok.
* using HTTP/1.x
> GET /anything?action=block_list HTTP/1.1
> Host: httpbin.proxyman.app
> User-Agent: curl/8.7.1
> Accept: */*
>
* Request completely sent off
< HTTP/1.1 200 OK
< Date: Wed, 16 Sep 2026 12:16:20 GMT
< Content-Type: application/json
< Content-Length: 474
< Connection: keep-alive
< Server: cloudflare
< Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
< Access-Control-Allow-Origin: *
< Access-Control-Allow-Credentials: true
< cf-cache-status: DYNAMIC
< Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PYHN%2FDVmhuP2bpXVkz9DswaYmx3tFqqGu9pNnIs13WUaPUbgtEqZzDcp3Gy0FiNsfD5sSKjTCaUqXYLTWxVmBuBK%2BYUIt7ZpiKCYMQgGZTjbf7i3TZc769oqOjmYby30JjosFFSp2w%3D%3D"}]}
< CF-RAY: a3bfcd3eb90315de-CDG
<
{"args":{"action":"block_list"},"data":"","files":{},"form":{},"headers":{"Accept":"*/*","Accept-Encoding":"gzip, br","Cdn-Loop":"cloudflare; loops=1","Cf-Connecting-Ip":"85.56.187.77","Cf-Ipcountry":"ES","Cf-Ray":"a3bfcd3eb90315de-CDG","Cf-Visitor":"{\"scheme\":\"https\"}","Connection":"Keep-Alive","Host":"httpbin.proxyman.app","User-Agent":"curl/8.7.1"},"json":null,"method":"GET","origin":"85.56.187.77","url":"https://httpbin.proxyman.app/anything?action=block_list"}
* Connection #0 to host httpbin.proxyman.app left intact
* ```

## Why this feature/change is important?
- Easier to use the app

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request✅ DoneTicket is addressed and fixed.

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions