wget-dev
[Top][All Lists]
Advanced

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

wget2 | 307 redirection fails with HTTP/2 (#487)


From: Tim Rühsen
Subject: wget2 | 307 redirection fails with HTTP/2 (#487)
Date: Mon, 28 Oct 2019 12:51:27 +0000


Tim Rühsen created an issue: https://gitlab.com/gnuwget/wget2/issues/487



The redirection in `tests/test-redirection.c` should use a POST request on a 
307 response after a POST request.

This works well with HTTP, but not with HTTP/2 (which uses HTTPS).

```
_answer_to_connection: Expected request method 'POST', but got 'GET'
28.124236.031 [FRAME 11] > HEADERS
28.124236.031 [FRAME 11] > :method: GET
28.124236.031 [FRAME 11] > :path: /307_2.html
28.124236.031 [FRAME 11] > :scheme: https
28.124236.031 [FRAME 11] > :authority: localhost
28.124236.031 [FRAME 11] > accept-encoding: gzip, deflate, bzip2, xz, lzma, br, 
zstd
28.124236.031 [FRAME 11] > accept: 
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
28.124236.031 [FRAME 11] > user-agent: wget2/1.99.2
```

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/issues/487
You're receiving this email because of your account on gitlab.com.




reply via email to

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