History log of /curl/tests/data/test976 (Results 1 – 4 of 4)
Revision Date Author Comments
# 3fd80c7b 04-Oct-2023 Daniel Stenberg

tests: remove leading spaces from some tags

The threee tags `<name>`, `</name>` and `<command>` were frequently used
with a leading space that this removes. The reason this habbit is so

tests: remove leading spaces from some tags

The threee tags `<name>`, `</name>` and `<command>` were frequently used
with a leading space that this removes. The reason this habbit is so
widespread in testcases is probably that they have been copy and pasted.

Hence, fixing them all now might curb this practice from now on.

Closes #12028

show more ...


# 6db4ef12 25-Apr-2022 Fabian Keil

test{898,974,976}: add 'HTTP proxy' keywords

... so the tests can be automatically skipped when
testing external HTTP proxies like Privoxy.

Closes #8791


# cb60b2cc 26-Apr-2022 Daniel Stenberg

test 898/974/976: require proxy to run

Fixes #8755
Reported-by: Marc Hörsken
Closes #8756


# 5295e8d6 25-Apr-2022 Daniel Stenberg

tests: verify the fix for CVE-2022-27774

- Test 973 redirects from HTTP to FTP, clear auth
- Test 974 redirects from HTTP to HTTP different port, clear auth
- Test 975 redirects f

tests: verify the fix for CVE-2022-27774

- Test 973 redirects from HTTP to FTP, clear auth
- Test 974 redirects from HTTP to HTTP different port, clear auth
- Test 975 redirects from HTTP to FTP, permitted to keep auth
- Test 976 redirects from HTTP to HTTP different port, permitted to keep
auth

show more ...