From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Magnus Henoch Newsgroups: gmane.emacs.devel Subject: Re: HTTP POST requests with url.el broken Date: Wed, 01 Nov 2006 16:17:06 +0100 Message-ID: <87fyd32o3x.fsf@freemail.hu> References: <87iri03ur2.fsf@baldur.nicundtas.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162394357 2204 80.91.229.2 (1 Nov 2006 15:19:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Nov 2006 15:19:17 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 01 16:19:14 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GfHrn-0002t9-4R for ged-emacs-devel@m.gmane.org; Wed, 01 Nov 2006 16:18:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GfHrm-0001iz-Hs for ged-emacs-devel@m.gmane.org; Wed, 01 Nov 2006 10:18:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GfHr6-00019i-0q for emacs-devel@gnu.org; Wed, 01 Nov 2006 10:18:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GfHr4-000171-8m for emacs-devel@gnu.org; Wed, 01 Nov 2006 10:18:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GfHr3-00016f-US for emacs-devel@gnu.org; Wed, 01 Nov 2006 10:18:13 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GfHr3-0000oH-B6 for emacs-devel@gnu.org; Wed, 01 Nov 2006 10:18:13 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GfHqU-0002aR-NG for emacs-devel@gnu.org; Wed, 01 Nov 2006 16:17:38 +0100 Original-Received: from etthundrat.olf.sgsnet.se ([193.11.222.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Nov 2006 16:17:38 +0100 Original-Received: from mange by etthundrat.olf.sgsnet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Nov 2006 16:17:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 9 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: etthundrat.olf.sgsnet.se Mail-Copies-To: never Jabber-Id: legoscia@jabber.cd.chalmers.se User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.90 (berkeley-unix) Cancel-Lock: sha1:7d3d3g4hMsmQVvVxtnPdLAF8jA0= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61548 Archived-At: Tassilo Horn writes: > since some days the `url-retrieve' with HTTP POST in my emms-lastfm.el > stopped working. It seems the POST data is not sent and GET is used > instead of POST. I just committed a fix. Does it work with the new url-http.el? Magnus