Note that there are some explanatory texts on larger screens.

plurals
  1. POwebpage download using cURL utility - proxy cycle issue
    primarykey
    data
    text
    <p>I am trying to access google.com from my work using cURL for windows 32-bit(with SSH version). I am connecting via my company's proxy server but I am getting 400 proxy cycle detected error. Could someone please let me know why I am getting this error. The command &amp; error message are as follows(Proxy IP changed to XXXX):</p> <p><strong>Command:</strong></p> <pre><code>%curl -A "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100925 Firefox/4.0b7pre" -v --proxy-ntlm XXX.XXX.XXX.XXX:8080 -U name:password -I http://www.google.com </code></pre> <p><strong>Output:</strong></p> <pre><code>Enter proxy password for user 'name': * Rebuilt URL to: XXX.XXX.XXX.XXX:8080/ * About to connect() to XXX.XXX.XXX.XXX port 8080 (#0) * Trying XXX.XXX.XXX.XXX... * Adding handle: conn: 0xcb0520 * Adding handle: send: 0 * Adding handle: recv: 0 * Curl_addHandleToPipeline: length: 1 * - Conn 0 (0xcb0520) send_pipe: 1, recv_pipe: 0 * Connected to XXX.XXX.XXX.XXX (XXX.XXX.XXX.XXX) port 8080 (#0) &gt; HEAD / HTTP/1.1 &gt; User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100925 Firefox/4.0b7pre &gt; Host: XXX.XXX.XXX.XXX:8080 &gt; Accept: */* &gt; &lt; HTTP/1.1 400 Cycle Detected HTTP/1.1 400 Cycle Detected &lt; Date: Mon, 25 Nov 2013 11:56:06 GMT Date: Mon, 25 Nov 2013 11:56:06 GMT &lt; Via: 1.1 localhost.localdomain Via: 1.1 localhost.localdomain &lt; Cache-Control: no-store Cache-Control: no-store &lt; Content-Type: text/html Content-Type: text/html &lt; Content-Language: en Content-Language: en &lt; Content-Length: 288 Content-Length: 288 &lt; * Connection #0 to host XXX.XXX.XXX.XXX left intact * Rebuilt URL to: http://www.google.com/ * Adding handle: conn: 0xcb12f8 * Adding handle: send: 0 * Adding handle: recv: 0 * Curl_addHandleToPipeline: length: 1 * - Conn 1 (0xcb12f8) send_pipe: 1, recv_pipe: 0 * About to connect() to www.google.com port 80 (#1) * Trying 173.194.115.50... * Connection refused * Trying 173.194.115.51... * Connection refused * Trying 173.194.115.49... * Connection refused * Trying 173.194.115.48... * Connection refused * Trying 173.194.115.52... * Connection refused * Failed connect to www.google.com:80; Connection refused * Closing connection 1 curl: (7) Failed connect to www.google.com:80; Connection refused </code></pre> <p>For what it's worth, I am able to connect to google.com via browser using the said proxy address. And I am sure that I am giving the password(for the proxy) correctly.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload