On Wed, 06 Sep 2006 16:41:35 +0200, Ralf Mattes <rm at seid-online.de> wrote: > + ;; create a 'magic' options request > + (when (eq method :options*) > + (setf (uri-path uri) "*" > + (uri-query uri) "" > + method :options)) Woops, that was wrong. The query part must be set to NIL, not "". See release 0.4.2. Sorry, Edi.