From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70436 invoked by alias); 17 May 2017 04:16:51 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 68245 invoked by uid 89); 17 May 2017 04:14:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_00,EXECUTABLE_URI,KAM_EXEURI,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=css, Hx-spam-relays-external:64.59.134.9, H*RU:64.59.134.9, browser X-HELO: smtp-out-no.shaw.ca Received: from smtp-out-no.shaw.ca (HELO smtp-out-no.shaw.ca) (64.59.134.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 17 May 2017 04:14:21 +0000 Received: from [192.168.1.100] ([174.0.238.184]) by shaw.ca with SMTP id AqLtd4KOVETFpAqLudUWyW; Tue, 16 May 2017 22:14:23 -0600 X-Authority-Analysis: v=2.2 cv=dZbw5Tfe c=1 sm=1 tr=0 a=WqCeCkldcEjBO3QZneQsCg==:117 a=WqCeCkldcEjBO3QZneQsCg==:17 a=IkcTkHD0fZMA:10 a=celTjnskAAAA:8 a=w_pzkKWiAAAA:8 a=FBa8aPMqL5hHEVnczaAA:9 a=c4B1LPS2_t0Uw2FS:21 a=8BZCB7brnP1SYQBX:21 a=QEXdDO2ut3YA:10 a=OgDWvqJ8EVWPGQLKwCUw:22 a=sRI3_1zDfAgwuvI8zelB:22 Subject: Re: setup release candidate - please test References: <229690283.739700.1494954490567.ref@mail.yahoo.com> <229690283.739700.1494954490567@mail.yahoo.com> To: cygwin@cygwin.com Reply-To: Brian.Inglis@SystematicSw.ab.ca From: Brian Inglis Message-ID: Date: Wed, 17 May 2017 06:18:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <229690283.739700.1494954490567@mail.yahoo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfPJR84y+rHqmV7UBGn0VJbKSuRua8mogPhu+45zDv/0YGcPijtyh1wP8EPwjHKbYYJsZ/sBz6kYbbFZkQYF/N45oNXl5Dl2IUuSg2uboLg8MaXw4LKhR ezAizuB7oIPXm5ix/kUy0QtSTXowAxjuT6pCwlLNM5lmQ8m/sLp53TiPzFp0C4JKzu4XFJ+DKRW/2A== X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00265.txt.bz2 On 2017-05-16 11:08, Ian Lambert wrote: > On Tue, May 16, 2017, 12:55 PM Brian Inglis wrote: > Except not using the option, this is the only one I found that works > here with wget: > --user-agent="Mozilla/5.0 (Windows NT 6.1; WOW64;Trident/7.0; rv:11.0) like Gecko" > (Note: proxy_user and proxy_password, as well as are also being set > in .wgetrc and .bashrc and https_proxy, http_proxy and ftp_proxy are > additionally being set in .bashrc) >> What about just a plain --user-agent=Mozilla/4.0? >> That and null are the only values I have hard wired into scripts >> where there were problems. >> With your current browser, you can go to >> http://www.askapache.com/online-tools/whoami/ >> to find out your current headers. > No. The plain one does not work. Only the long user agent above, not > using --user-agent..., or > --user-agent="Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0" > work with wget here. Those 2 are seen in that tool for iE or Firefox > browsers. Couple more suggestions to try to see if they can get thru the proxy: $ curl -J|-O [--user-agent ...] https://cygwin.com/setup-x86_64.exe $ lynx -source [-useragent ...] https://cygwin.com/setup-x86_64.exe > setup-x86_64.exe which might give developers hints how setup could be changed to work. >From testing curl uses minimal extra headers, wget a few, and lynx TUI most like GUI products: User-Agent: curl/7.54.0 Wget/1.19.1 (cygwin) Lynx/2.8.7rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/1.0.2k Accept: */* */* text/html, text/plain, text/css, text/sgml, */*;q=0.01 Accept-Encoding: identity gzip, bzip2 Connection: Keep-Alive Accept-Language: en I don't use emacs or I would have tested it, so perhaps someone who lives in it could; I find vim's "browser" less than useful, although I can otherwise live in it, as others can with emacs: so many scripts and plugins, so little time to try them and tweak them. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple