aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-18 23:17:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-18 23:17:57 +0000
commit0ec370e6fbeb3becb06801a4bf8601ae1fe08d7b (patch)
treeeb20894d04d070c903c79514586a94c2e7c52b9e /docs/TODO
parent3d5732d4e051c503af0b000e1cc81cbcf04490a4 (diff)
auth on multiple hosts with follow-location
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 1dd749d05..24989c221 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -83,6 +83,12 @@ TODO
encoding. [http://curl.haxx.se/dev/HTTP-PUT-stdin.txt] When the filter
system mentioned above gets real, it'll be a piece of cake to add.
+ * Pass a list of host name to libcurl to which we allow the user name and
+ password to get sent to. Currently, it only get sent to the host name that
+ the first URL uses (to prevent others from being able to read it), but this
+ also prevents the authentication info from getting sent when following
+ locations to legitimate other host names.
+
* "Content-Encoding: compress/gzip/zlib" HTTP 1.1 clearly defines how to get
and decode compressed documents. There is the zlib that is pretty good at
decompressing stuff. This work was started in October 1999 but halted again