Home
last modified time | relevance | path

Searched refs:CONNECT (Results 1 – 25 of 110) sorted by relevance

12345

/curl/tests/data/
H A Dtest10595 HTTP CONNECT
35 HTTP CONNECT with proxytunnel to unsupported FTP URL
45 # The server doesn't implement CONNECT for ftp, so this must be a failure test
50 CONNECT test-number:%TESTNUMBER HTTP/1.1
H A Dtest12876 HTTP CONNECT
26 # Content-Length and Transfer-Encoding in a successful CONNECT 2xx reply.
58 HTTP over proxy-tunnel ignore TE and CL in CONNECT 2xx responses
72 CONNECT test.%TESTNUMBER:%HTTPPORT HTTP/1.1
87 * Ignoring Content-Length in CONNECT 200 response
88 * Ignoring Transfer-Encoding in CONNECT 200 response
H A Dtest49313 # we use this as response to a CONNECT
49 # we let it CONNECT to the server to confirm HSTS but deny from there
51 CONNECT this.hsts.example:443 HTTP/1.1
67 # Proxy CONNECT aborted
H A Dtest44013 # we use this as response to a CONNECT
50 # we let it CONNECT to the server to confirm HSTS but deny from there
52 CONNECT this.hsts.example.:443 HTTP/1.1
68 # Proxy CONNECT aborted
H A Dtest44113 # we use this as response to a CONNECT
50 # we let it CONNECT to the server to confirm HSTS but deny from there
52 CONNECT this.hsts.example:443 HTTP/1.1
68 # Proxy CONNECT aborted
H A Dtest946 HTTP CONNECT
35 HTTPS GET with failed proxy auth (CONNECT 1.0)
49 CONNECT test.anything.really.com:%TESTNUMBER HTTP/1.0
H A Dtest12976 HTTP CONNECT
33 CONNECT to peer that returns nothing
47 CONNECT %HOSTIP:%HTTPPORT HTTP/1.1
H A Dtest2875 HTTP CONNECT
28 HTTP proxy CONNECT with custom User-Agent header
41 CONNECT test.remote.example.com.%TESTNUMBER:%HTTPPORT HTTP/1.1
H A Dtest10976 HTTP CONNECT
22 # This is the CONNECT response
53 HTTP POST using CONNECT with --proxy-ntlm but no auth is required
63 CONNECT test.a.galaxy.far.far.away.%TESTNUMBER:%HTTPPORT HTTP/1.1
H A Dtest2176 HTTP CONNECT
32 HTTP proxy CONNECT to proxy returning 405
45 CONNECT test.remote.example.com.%TESTNUMBER:%HTTPPORT HTTP/1.1
H A Dtest12305 HTTP CONNECT
54 HTTP CONNECT to IPv6 numerical address
66 CONNECT [1234:1234:1234::4ce]:%HTTPPORT HTTP/1.1
H A Dtest7186 HTTP CONNECT
41 HTTP proxy CONNECT (no auth) with proxy returning 407 and closing
51 CONNECT test.remote.haxx.se.%TESTNUMBER:8990 HTTP/1.1
H A Dtest12886 HTTP CONNECT
42 Suppress proxy CONNECT response headers
56 CONNECT %HOSTIP:%HTTPPORT HTTP/1.1
94 CONNECT CODE: 200
H A Dtest11845 HTTP CONNECT
49 HTTP 1.1 CONNECT with redirect and set -H user-agent
63 CONNECT %HOSTIP.%TESTNUMBER:%HTTPPORT HTTP/1.1
68 CONNECT %HOSTIP.%TESTNUMBER:%HTTPPORT HTTP/1.1
H A Dtest19455 CONNECT
44 curl_easy_nextheader with server + CONNECT
58 CONNECT hello:%HTTPPORT HTTP/1.1
H A Dtest19415 CONNECT
44 curl_easy_header with CONNECT
58 CONNECT hello:%HTTPPORT HTTP/1.1
H A Dtest19046 HTTP CONNECT
51 HTTP CONNECT with 204 response
65 CONNECT test.%TESTNUMBER:%HTTPPORT HTTP/1.1
H A Dtest806 HTTP CONNECT
53 HTTP 1.0 CONNECT with proxytunnel and proxy+host Basic authentication
67 CONNECT test.%TESTNUMBER:%HTTPPORT HTTP/1.0
H A Dtest2066 HTTP CONNECT
79 HTTP proxy CONNECT auth Digest
89 CONNECT test.remote.haxx.se.%TESTNUMBER:8990 HTTP/1.1
94 CONNECT test.remote.haxx.se.%TESTNUMBER:8990 HTTP/1.1
H A Dtest119138 # Strip out the random part of the client id from the CONNECT message
44 client CONNECT 18 00044d5154540402003c000c6375726c
H A Dtest19394 CONNECT
41 curl_easy_cleanup without curl_multi_remove_handle - in CONNECT
/curl/docs/libcurl/opts/
H A DCURLOPT_SUPPRESS_CONNECT_HEADERS.md17 CURLOPT_SUPPRESS_CONNECT_HEADERS - suppress proxy CONNECT response headers
29 When CURLOPT_HTTPPROXYTUNNEL(3) is used and a CONNECT request is made,
30 suppress proxy CONNECT response headers from the user callback functions
33 Proxy CONNECT response headers can complicate header processing since it is
37 For example let's assume an HTTPS URL is to be retrieved via CONNECT. On
56 However by enabling this option the CONNECT response headers are suppressed,
H A DCURLINFO_HTTP_CONNECTCODE.md17 CURLINFO_HTTP_CONNECTCODE - get the CONNECT response code
30 to a CONNECT request. The returned value is zero if no such response code was
43 /* typically CONNECT is used to do HTTPS over HTTP proxies */
50 printf("The CONNECT response code: %03ld\n", code);
/curl/docs/cmdline-opts/
H A Dsuppress-connect-headers.md5 Help: Suppress proxy CONNECT response headers
19 When --proxytunnel is used and a CONNECT request is made do not output proxy
20 CONNECT response headers. This option is meant to be used with --dump-header or
H A Dproxytunnel.md6 Help: HTTP proxy tunnel (using CONNECT)
19 through the proxy. The tunnel approach is made with the HTTP proxy CONNECT
23 To suppress proxy CONNECT response headers when curl is set to output headers

Completed in 47 milliseconds

12345