]> granicus.if.org Git - curl/commitdiff
TODO: Added auth= in URLs to the wish list for HTTP
authorSteve Holme <steve_holme@hotmail.com>
Tue, 12 Nov 2013 20:29:58 +0000 (20:29 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 12 Nov 2013 20:32:25 +0000 (20:32 +0000)
docs/TODO

index ffb5790c826983be195530e97b617a1573d8bed6..bec3abca428196ad98704978f316d4155334bc7d 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -38,6 +38,7 @@
  5.2 support FF3 sqlite cookie files
  5.3 Rearrange request header order
  5.4 HTTP2/SPDY
+ 5.5 auth= in URLs
 
  6. TELNET
  6.1 ditch stdin
  be a better option, either used directly or wrapped with a more spindly-like
  API.
 
+5.5 auth= in URLs
+
+ Add the ability to specify the preferred authentication mechanism to use by
+ using ;auth=<mech> in the login part of the URL.
+
+ For example:
+
+ http://test:pass;auth=NTLM@example.com would be equivalent to specifing --user
+ test:pass;auth=NTLM or --user test:pass --ntlm from the command line. 
+
+ Additionally this should be implemented for proxy base URLs as well.
 
 6. TELNET