Hi Zelphir,

Zelphir Kaltstahl <[email protected]> skribis:


[...]

>                   ;; Apparently the `host` header must be specified.
>                   ;; The `host` header in this case is ???.
>                   #:headers '((host . "localhost"))

This should be:

  #:headers '((host . ("localhost" . #f)))

or:

  #:headers '((host . ("localhost" . 1234)))

where 1234 is a port number.

HTH!

Ludo’.


Reply via email to