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

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

Re: HTTP POST requests with url.el


From: Tassilo Horn
Subject: Re: HTTP POST requests with url.el
Date: Fri, 20 Oct 2006 22:03:39 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Hi,

I finally got it. The url-encoding seems to be done by `url-retrieve',
but I had to set 

  (url-request-extra-headers
          '(("Content-type" . "application/x-www-form-urlencoded")))

Now it works like a charm.

Thanks a lot,
Tassilo
-- 
[Emacs] is written in Lisp, which is the only computer language that is
beautiful.  -- Neal Stephenson, _In the Beginning was the Command Line_


reply via email to

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