Package: wget
Version: 1.16-1
Severity: normal
Dear Maintainer,
* What led up to the situation?
I am using wget to download files from a heating system. This
needs Authorization.
* What exactly did you do (or not do) that was effective (or
ineffective)?
wget --user foo --password bar http://<url>
* What was the outcome of this action?
401 Unauthorized
* What outcome did you expect instead?
Get the expectet file
here the requests wget version 1.13.4
---request begin---
GET /baz.xml HTTP/1.1
User-Agent: Wget/1.13.4 (linux-gnu)
Accept: */*
Host: 192.168.200.100
Connection: Keep-Alive
Authorization: Digest username="bar", realm="foo",
nonce="350bf443e50330f33434345e35e0a404", uri="/baz.xml",
response="39d02854cd5a7bc8c6597f8f2e5c8e7e"
---request end---
here the request wget version 1.16.3
---request begin---
GET /sc2_val.xml HTTP/1.1
User-Agent: Wget/1.16.3 (linux-gnueabihf)
Accept: */*
Accept-Encoding: identity
Host: 192.168.200.100
Connection: Keep-Alive
---request end---
401 Unauthorized
-- System Information:
Debian Release: 8.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages wget depends on:
ii libc6 2.19-15
ii libgnutls-deb0-28 3.3.8-6
ii libidn11 1.29-1+b2
ii libnettle4 2.7.1-5
ii libpsl0 0.5.1-1
ii libuuid1 2.25.2-5
ii zlib1g 1:1.2.8.dfsg-2+b1
Versions of packages wget recommends:
ii ca-certificates 20141019
wget suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]