bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] Bug "-c" and "HTTP 405" - HEAD method not allowed


From: Bykov Aleksey
Subject: [Bug-wget] Bug "-c" and "HTTP 405" - HEAD method not allowed
Date: Fri, 13 Sep 2013 12:43:54 +0300
User-agent: Opera Mail/12.14 (Win32)

Greetings.

Found possible bug.
If "-c" option is choosen but servers does not allow "HEAD" method, then Wget don't download anything.
Sorry, havent any ideas how to solve this.
Variants
1. Ignore 405 error and allow to download with "Range" - possible error with HTTP 416
2. Ignore 405 error and re-download whole file?
3. If 405 error then first try to download with "Range" headers, and if recieve 416 then try to download without "Range" May be exist variant to ask server what methods it can accept (and is whole server allow downloads resuming) before any actions?

Log fragment:

---request begin---
HEAD {address} HTTP/1.1
User-Agent: Wget/1.14.82-9ec3-dirty (mingw32)
Accept: */*
Host: {host}
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 405 Method Not Allowed
Date: Wed, 11 Sep 2013 21:31:41 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Set-Cookie: PHPSESSID=6hmu8if8avpfvsstc9t44eqp06; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Allow: GET,POST
Server: Tefal Prima 15

---response end---
405 Method Not Allowed

Registered socket 4 for persistent reuse.
URI content encoding = 'UTF-8'
2013-09-12 01:33:35 ERROR 405: Method Not Allowed.

--
Best regars, Alex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]