curl/docs
Daniel Stenberg af32cd3859
http: prevent custom Authorization headers in redirects
... unless CURLOPT_UNRESTRICTED_AUTH is set to allow them. This matches how
curl already handles Authorization headers created internally.

Note: this changes behavior slightly, for the sake of reducing mistakes.

Added test 317 and 318 to verify.

Reported-by: Craig de Stigter
Bug: https://curl.haxx.se/docs/adv_2018-b3bf.html
2018-01-22 10:00:00 +01:00
..
cmdline-opts scripts: allow all perl scripts to be run directly 2018-01-07 15:42:11 -05:00
examples examples/url2file.c: add missing curl_global_cleanup() call 2018-01-18 17:10:34 +01:00
libcurl http: prevent custom Authorization headers in redirects 2018-01-22 10:00:00 +01:00
.gitignore
BINDINGS.md BINDINGS: another PostgreSQL client 2017-12-07 11:10:22 +01:00
BUGS BUGS: spellchecked 2017-11-20 23:57:57 +01:00
CHECKSRC.md
CIPHERS.md
CMakeLists.txt
CODE_OF_CONDUCT.md
CODE_STYLE.md
CONTRIBUTE.md
curl-config.1 curl-config: add --ssl-backends 2017-12-06 00:12:48 +01:00
FAQ FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION 2017-10-09 16:13:27 +02:00
FEATURES
HELP-US.md HELP-US: rename the subtitle too since the label is changed 2017-10-27 11:19:44 +02:00
HISTORY.md
HTTP2.md
HTTP-COOKIES.md
INSTALL
INSTALL.cmake
INSTALL.md
INTERNALS.md INTERNALS: we may use libidn2 now, not libidn 2017-11-14 12:47:04 +01:00
KNOWN_BUGS
LICENSE-MIXING.md
MAIL-ETIQUETTE
Makefile.am make: fix "make distclean" 2017-11-24 08:38:29 +01:00
MANUAL
mk-ca-bundle.1
README.cmake
README.md
README.netware
README.win32
RELEASE-PROCEDURE RELEASE-PROCEDURE: update the release schedule 2017-10-04 09:03:04 +02:00
RESOURCES RESOURCES: update spec names 2017-12-04 09:15:39 +01:00
ROADMAP.md ROADMAP: cleanup 2017-10-28 10:54:20 +02:00
SECURITY.md
SSL-PROBLEMS.md
SSLCERTS.md
THANKS THANKS: added missing names 2017-12-12 08:46:29 +01:00
THANKS-filter RELEASE-NOTES: 7.56.1 2017-10-23 07:51:20 +02:00
TheArtOfHttpScripting
TODO TODO: two possible name resolver improvements 2018-01-20 13:57:12 +01:00
VERSIONS

curl logo

Documentation

You'll find a mix of various documentation in this directory and subdirectories, using several different formats. Some of them are not ideal for reading directly in your browser.

If you'd rather see the rendered version of the documentation, check out the curl web site's documentation section for general curl stuff or the libcurl section for libcurl related documentation.