From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: HTTP POST requests with url.el Date: Fri, 20 Oct 2006 14:59:47 -0400 Message-ID: References: <87ejt2ewhg.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 1161380778 6267 80.91.229.2 (20 Oct 2006 21:46:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Oct 2006 21:46:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 20 23:46:18 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gb2Bp-0006lL-3s for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Oct 2006 23:46:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gb2Bo-0005p8-IO for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Oct 2006 17:46:04 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.umontreal.ca!news.umontreal.ca.POSTED!not-for-mail Original-NNTP-Posting-Date: Fri, 20 Oct 2006 13:59:47 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:/wIyID3F8bdM2LNoqWM5Ic7Nm0M= Original-Lines: 17 Original-NNTP-Posting-Host: 132.204.26.177 Original-X-Trace: sv3-HgGiTixuexZKxsAl7c5CLiAw2ZLQMmGwma/qYzsUwtJDC6yiFz80FhUjGGNphHQe40OF9eH4Pg3NvPt!/bqrRvo9/ue1u9UytPkAltmDAa5il2Fny+ZwkAOcVx2N1df2exIL5e/aYzUu7MqYhnnnNh5UYWUN!Fe7YlO64imHdeYP+dQ== Original-X-Complaints-To: abuse@umontreal.ca X-DMCA-Complaints-To: abuse@umontreal.ca X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Original-Xref: shelby.stanford.edu gnu.emacs.help:142527 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38148 Archived-At: > (url-request-data (concat "u=" emms-lastfm-username > "&s=" (md5 (concat > (md5 emms-lastfm-password) > emms-lastfm-md5-challenge)) > "&a[0]=" artist > "&t[0]=" title > "&b[0]=" album > "&m[0]=" musicbrainz-id > "&l[0]=" track-length > "&i[0]=" date "\r\n"))) > 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)? Stefan