From BConnoy at morrisonhershfield.com Tue Jun 12 19:18:53 2012 From: BConnoy at morrisonhershfield.com (Brian Connoy) Date: Tue, 12 Jun 2012 19:18:53 +0000 Subject: [drakma-devel] NTLM auth headers? Message-ID: Sorry to resurrect an old thread, Carlos. On Wed, Oct 14, 2009 at 12:04 AM, Carlos Konstanski > wrote: > Is there any way to get drakma to write an NTLM auth header? I am > unfortunately trying to communicate with a .NET web service in an > Active Directory environment. > > If not, I suppose I could use ?`additional-headers' to write one > myself. Were you successful in rolling your own headers? I'm stuck at the moment, figuring what needs to be done. Thanks, Brian C. -------------- next part -------------- An HTML attachment was scrubbed... URL: From look.wangluke at gmail.com Thu Jun 28 07:22:42 2012 From: look.wangluke at gmail.com (lookwong) Date: Thu, 28 Jun 2012 15:22:42 +0800 Subject: [drakma-devel] about character set of cookie name Message-ID: Here is a complete discussion on the character set of cookie name (for python development): http://bugs.python.org/issue2193 I think *drakma *should follow python's work. In file "util.lisp" of *drakma*, function *split-set-cookie-string* splits cookie string using function* is-valid-cookiename-char* which comes from * chunga*. But function* is-valid-cookiename-char *just follow *RFC2616* which rules that chars of cookie name are legal when they are in* token set *( see bellow)*. * token = 1* separators = "(" | ")" | "<" | ">" | "@" | "," | ";" | ":" | "\" | <"> | "/" | "[" | "]" | "?" | "=" | "{" | "}" | SP | HT * *That is not practical!* *In python, letters, digits and "!#$%&'*+-.^_`|~:"* *are legal in Cookie name. -------------- next part -------------- An HTML attachment was scrubbed... URL: