help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make HTTP request with custom headers


From: Lennart Borgman
Subject: Re: make HTTP request with custom headers
Date: Mon, 25 Oct 2010 00:50:41 +0200

On Sat, Oct 23, 2010 at 10:13 AM, Andrey Torba <andreytorba@gmail.com> wrote:
> Hello,
>
> I need HTTP request with custom headers:
>
> (let ((url-http-extra-headers '(("name" . "value"))))
>
>   (url-http (url-generic-parse-url "http://myhost/";)
>             (lambda () (print "hello"))
>             nil))
>
> I use `url-http-extra-headers' variable from url-http.el module to
> pass extra headers but no effect.
> What do i do wrong?


Since no one seems to know, please send a bug report. (You might want
to upgrade to the latest released Emacs first if you have not already
done so.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]