Created
December 3, 2025 08:28
-
-
Save KucherenkoIhor/07282507de6fed98ae9fb7e82b4783a1 to your computer and use it in GitHub Desktop.
curl_response_1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * Trying 13.217.242.197:3128... | |
| * Connected to 13.217.242.197 (13.217.242.197) port 3128 | |
| * CONNECT tunnel: HTTP/1.1 negotiated | |
| * allocate connect buffer | |
| * Establish HTTP proxy tunnel to uat.api.converge.eu.elavonaws.com:443 | |
| > CONNECT uat.api.converge.eu.elavonaws.com:443 HTTP/1.1 | |
| > Host: uat.api.converge.eu.elavonaws.com:443 | |
| > User-Agent: curl/8.7.1 | |
| > Proxy-Connection: Keep-Alive | |
| > | |
| < HTTP/1.1 200 Connection established | |
| < | |
| * CONNECT phase completed | |
| * CONNECT tunnel established, response 200 | |
| * ALPN: curl offers h2,http/1.1 | |
| * (304) (OUT), TLS handshake, Client hello (1): | |
| * CAfile: /etc/ssl/cert.pem | |
| * CApath: none | |
| * (304) (IN), TLS handshake, Server hello (2): | |
| * TLSv1.2 (IN), TLS handshake, Certificate (11): | |
| * TLSv1.2 (IN), TLS handshake, Server key exchange (12): | |
| * TLSv1.2 (IN), TLS handshake, Server finished (14): | |
| * TLSv1.2 (OUT), TLS handshake, Client key exchange (16): | |
| * TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1): | |
| * TLSv1.2 (OUT), TLS handshake, Finished (20): | |
| * TLSv1.2 (IN), TLS change cipher, Change cipher spec (1): | |
| * TLSv1.2 (IN), TLS handshake, Finished (20): | |
| * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256 / [blank] / UNDEF | |
| * ALPN: server accepted h2 | |
| * Server certificate: | |
| * subject: C=US; ST=Minnesota; L=Minneapolis; O=U.S. Bank National Association; CN=nonprod-api.converge.eu.elavonaws.com | |
| * start date: Oct 28 00:00:00 2025 GMT | |
| * expire date: Nov 28 23:59:59 2026 GMT | |
| * subjectAltName: host "uat.api.converge.eu.elavonaws.com" matched cert's "uat.api.converge.eu.elavonaws.com" | |
| * issuer: C=US; O=DigiCert Inc; CN=DigiCert Global G2 TLS RSA SHA256 2020 CA1 | |
| * SSL certificate verify ok. | |
| * using HTTP/2 | |
| * [HTTP/2] [1] OPENED stream for https://uat.api.converge.eu.elavonaws.com/terminals/h77cdyxw76cdvkjt8v6m72ymf3hg | |
| * [HTTP/2] [1] [:method: GET] | |
| * [HTTP/2] [1] [:scheme: https] | |
| * [HTTP/2] [1] [:authority: uat.api.converge.eu.elavonaws.com] | |
| * [HTTP/2] [1] [:path: /terminals/h77cdyxw76cdvkjt8v6m72ymf3hg] | |
| * [HTTP/2] [1] [user-agent: curl/8.7.1] | |
| * [HTTP/2] [1] [accept: */*] | |
| > GET /terminals/h77cdyxw76cdvkjt8v6m72ymf3hg HTTP/2 | |
| > Host: uat.api.converge.eu.elavonaws.com | |
| > User-Agent: curl/8.7.1 | |
| > Accept: */* | |
| > | |
| * Request completely sent off | |
| < HTTP/2 401 | |
| < date: Wed, 03 Dec 2025 08:22:44 GMT | |
| < content-type: application/json;charset=UTF-8 | |
| < content-length: 145 | |
| < vary: Origin | |
| < vary: Access-Control-Request-Method | |
| < vary: Access-Control-Request-Headers | |
| < expires: 0 | |
| < cache-control: no-cache, no-store, max-age=0, must-revalidate | |
| < x-xss-protection: 0 | |
| < pragma: no-cache | |
| < x-frame-options: DENY | |
| < www-authenticate: Basic realm="api" | |
| < vary: Origin | |
| < vary: Access-Control-Request-Method | |
| < vary: Access-Control-Request-Headers | |
| < x-content-type-options: nosniff | |
| < strict-transport-security: max-age=31536000 | |
| < referrer-policy: no-referrer | |
| < warning: 299 api "Accept-Version header not present. Clients SHOULD specify the API version to avoid unexpected behavior when it changes." | |
| < version: 1 | |
| < | |
| { | |
| "status" : 401, | |
| "failures" : [ { | |
| "code" : "unauthorized", | |
| "description" : "A valid API key is required", | |
| "field" : null | |
| } ] | |
| * Connection #0 to host 13.217.242.197 left intact | |
| }% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment