From simkoc at postfach.it Sun Jan 6 21:42:30 2013 From: simkoc at postfach.it (Simon Koch) Date: Sun, 6 Jan 2013 22:42:30 +0100 (CET) Subject: [drakma-devel] error while parsing set cookie containing httponly & secure In-Reply-To: References: <41932.88.134.28.142.1355073308.squirrel@www.infininet.de> <42459.88.134.28.142.1355076007.squirrel@www.infininet.de> Message-ID: <54135.88.134.162.151.1357508550.squirrel@www.infininet.de> I updated the library and it seems to work, thank you for the fix. Is there any possibility to also show the post data send, when printing the sent header on standard-out via (setf drakma:*header-stream* *standard-output*)? Currently only the "normal" headers are shown, without the post-data part. Greetings, Simon Am So, 9.12.2012, 22:41, schrieb Hans H?bner: > Simon, > > I fixed this in Chunga, the new release is 1.1.2. If you could give > it a try and let me know if things work better now, I'd appreciate it. > > Thanks, > Hans > > _______________________________________________ > drakma-devel mailing list > drakma-devel at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/drakma-devel > > From hans.huebner at gmail.com Mon Jan 7 06:48:27 2013 From: hans.huebner at gmail.com (=?ISO-8859-1?Q?Hans_H=FCbner?=) Date: Mon, 7 Jan 2013 07:48:27 +0100 Subject: [drakma-devel] error while parsing set cookie containing httponly & secure In-Reply-To: <54135.88.134.162.151.1357508550.squirrel@www.infininet.de> References: <41932.88.134.28.142.1355073308.squirrel@www.infininet.de> <42459.88.134.28.142.1355076007.squirrel@www.infininet.de> <54135.88.134.162.151.1357508550.squirrel@www.infininet.de> Message-ID: On Sun, Jan 6, 2013 at 10:42 PM, Simon Koch wrote: > Is there any possibility to also show the post data send, when printing > the sent header on standard-out via (setf drakma:*header-stream* > *standard-output*)? Currently only the "normal" headers are shown, without > the post-data part. > Currently, there is no function to enable logging of request bodies. If what you're interested in is seeing how post parameters are encoded, you can trace DRAKMA::ALIST-TO-URL-ENCODED-STRING at this time. -Hans -------------- next part -------------- An HTML attachment was scrubbed... URL: