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: Andreas Seltenreich
Subject: Re: HTTP POST requests with url.el
Date: Sat, 21 Oct 2006 00:04:45 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Stefan Monnier writes:

>> Does anyone know what I'm doing wrong, or how I can find the bug?
>
> Could it be that the data needs to be be url-encoded (SPC -> %20)?

Additionally, a proper "Content-type" header is missing. I.e.,

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

regards,
andreas




reply via email to

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